Color Hex Logo

#cfe7cb Color Hex

#CFE7CB
(207,231,203)
0 Favorites   0 Comments

Color spaces of #cfe7cb

RGB 207231203
HSL0.310.370.85
HSV111°12°91°
CMYK 0.100.000.12   0.09
XYZ65.087574.729067.4936
Yxy74.72900.31400.3605
Hunter Lab86.4459-16.882914.2208
CIE-Lab89.2659-13.018810.9642

#cfe7cb color RGB value is (207,231,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 11001011
Octal 317 347 313
Decimal 207 231 203
Hex CF E7 CB

RGB Percentages of Color #cfe7cb

%32.29
%36.04
%31.67

CMYK Percentages of Color #cfe7cb

%10
%0
%12
%9

Triadic Colors of #cfe7cb

#cfe7cb #cbcfe7 #e7cbcf

Analogous Colors of #cfe7cb

#cfe7cb #cbe7d5 #dde7cb

Monochromatic Colors of #cfe7cb

#cfe7cb

Complementary Color

#cfe7cb #e3cbe7

#cfe7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe7cb Color CSS Codes

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

#cfe7cb Text Font Color

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

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


#cfe7cb Background Color

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

This div background color is #cfe7cb


#cfe7cb Border Color

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

This div border color is #cfe7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,231,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 #cfe7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe7cb


Comments

No comments written yet.

Please login to write comment.