Color spaces of #cbf4ee
RGB | 203 | 244 | 238 |
---|---|---|---|
HSL | 0.48 | 0.65 | 0.88 |
HSV | 171° | 17° | 96° |
CMYK | 0.17 | 0.00 | 0.02 0.04 |
XYZ | 72.4119 | 83.5709 | 93.2032 |
Yxy | 83.5709 | 0.2906 | 0.3354 |
Hunter Lab | 91.4171 | -18.5893 | 3.5436 |
CIE-Lab | 93.2638 | -14.3038 | -1.5121 |
#cbf4ee color RGB value is (203,244,238).
#cbf4ee hex color red value is 203, green value is 244 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbf4ee hue: 0.48 , saturation: 0.65 and the lightness value of cbf4ee is 0.88.
The process color (four color CMYK) of #cbf4ee color hex is 0.17, 0.00, 0.02, 0.04. Web safe color of #cbf4ee is #ccffff. Color #cbf4ee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11110100 | 11101110 |
Octal | 313 | 364 | 356 |
Decimal | 203 | 244 | 238 |
Hex | CB | F4 | EE |
Shades of #cbf4ee
Tints of #cbf4ee
RGB Percentages of Color #cbf4ee
CMYK Percentages of Color #cbf4ee
Complementary Color
#cbf4ee | #f4cbd1 |
#cbf4ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbf4ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbf4ee Color CSS Codes
.mybgcolor {background-color:#cbf4ee; } .myforecolor {color:#cbf4ee; } .mybordercolor {border:3px solid #cbf4ee; }
#cbf4ee Text Font Color
<p style="color:#cbf4ee">Text here</p>
This sample text font color is #cbf4ee
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.
#cbf4ee Background Color
<div style="background-color:#cbf4ee">
Div content here</div>
This div background color is #cbf4ee
#cbf4ee Border Color
<div style="border:3px solid #cbf4ee">
Div here</div>
This div border color is #cbf4ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,244,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbf4ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbf4ee; -webkit-box-shadow: 1px 1px 3px 2px #cbf4ee; box-shadow: 1px 1px 3px 2px #cbf4ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,244,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbf4ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbf4ee; -webkit-box-shadow: 1px 1px 3px 2px #cbf4ee; box-shadow: 1px 1px 3px 2px #cbf4ee;">
Div content here</div>
This div box has shadow with color #cbf4ee
Comments
No comments written yet.
Please login to write comment.