Color spaces of #c5beef
RGB | 197 | 190 | 239 |
---|---|---|---|
HSL | 0.69 | 0.60 | 0.84 |
HSV | 249° | 21° | 94° |
CMYK | 0.18 | 0.21 | 0.00 0.06 |
XYZ | 57.0194 | 54.9292 | 89.2585 |
Yxy | 54.9292 | 0.2834 | 0.2730 |
Hunter Lab | 74.1142 | 7.6281 | -19.5252 |
CIE-Lab | 79.0005 | 12.2099 | -23.3863 |
#c5beef color RGB value is (197,190,239).
#c5beef hex color red value is 197, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c5beef hue: 0.69 , saturation: 0.60 and the lightness value of c5beef is 0.84.
The process color (four color CMYK) of #c5beef color hex is 0.18, 0.21, 0.00, 0.06. Web safe color of #c5beef is #ccccff. Color #c5beef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10111110 | 11101111 |
Octal | 305 | 276 | 357 |
Decimal | 197 | 190 | 239 |
Hex | C5 | BE | EF |
Shades of #c5beef
Tints of #c5beef
RGB Percentages of Color #c5beef
CMYK Percentages of Color #c5beef
Complementary Color
#c5beef | #e8efbe |
#c5beef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5beef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5beef Color CSS Codes
.mybgcolor {background-color:#c5beef; } .myforecolor {color:#c5beef; } .mybordercolor {border:3px solid #c5beef; }
#c5beef Text Font Color
<p style="color:#c5beef">Text here</p>
This sample text font color is #c5beef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c5beef Background Color
<div style="background-color:#c5beef">
Div content here</div>
This div background color is #c5beef
#c5beef Border Color
<div style="border:3px solid #c5beef">
Div here</div>
This div border color is #c5beef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,190,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5beef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5beef; -webkit-box-shadow: 1px 1px 3px 2px #c5beef; box-shadow: 1px 1px 3px 2px #c5beef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,190,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5beef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5beef; -webkit-box-shadow: 1px 1px 3px 2px #c5beef; box-shadow: 1px 1px 3px 2px #c5beef;">
Div content here</div>
This div box has shadow with color #c5beef
Comments
No comments written yet.
Please login to write comment.