Color Hex Logo

#cfe6cb Color Hex

#CFE6CB
(207,230,203)
0 Favorites   0 Comments

Color spaces of #cfe6cb

RGB 207230203
HSL0.310.350.85
HSV111°12°90°
CMYK 0.100.000.12   0.10
XYZ64.808474.170867.4005
Yxy74.17080.31400.3594
Hunter Lab86.1225-16.390513.8846
CIE-Lab89.0031-12.517110.5896

#cfe6cb color RGB value is (207,230,203).

#cfe6cb hex color red value is 207, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cfe6cb hue: 0.31 , saturation: 0.35 and the lightness value of cfe6cb is 0.85.

The process color (four color CMYK) of #cfe6cb color hex is 0.10, 0.00, 0.12, 0.10. Web safe color of #cfe6cb is #ccffcc. Color #cfe6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 11001011
Octal 317 346 313
Decimal 207 230 203
Hex CF E6 CB

RGB Percentages of Color #cfe6cb

%32.34
%35.94
%31.72

CMYK Percentages of Color #cfe6cb

%10
%0
%12
%10

Triadic Colors of #cfe6cb

#cfe6cb #cbcfe6 #e6cbcf

Analogous Colors of #cfe6cb

#cfe6cb #cbe6d5 #dde6cb

Monochromatic Colors of #cfe6cb

#cfe6cb

Complementary Color

#cfe6cb #e2cbe6

#cfe6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe6cb Color CSS Codes

.mybgcolor {background-color:#cfe6cb; } 
.myforecolor {color:#cfe6cb; }
.mybordercolor {border:3px solid #cfe6cb; }

#cfe6cb Text Font Color

<p style="color:#cfe6cb">Text here</p>

This sample text font color is #cfe6cb
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.


#cfe6cb Background Color

<div style="background-color:#cfe6cb">
Div content here</div>

This div background color is #cfe6cb


#cfe6cb Border Color

<div style="border:3px solid #cfe6cb">
Div here</div>

This div border color is #cfe6cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,230,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfe6cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfe6cb;
  -webkit-box-shadow: 1px 1px 3px 2px #cfe6cb;
  box-shadow:         1px 1px 3px 2px #cfe6cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,230,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cfe6cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe6cb;
  -webkit-box-shadow: 1px 1px 3px 2px #cfe6cb;
  box-shadow:         1px 1px 3px 2px #cfe6cb;">
Div content here</div>

This div box has shadow with color #cfe6cb


Comments

No comments written yet.

Please login to write comment.