Color Hex Logo

#cfe8bb Color Hex

#CFE8BB
(207,232,187)
0 Favorites   0 Comments

Color spaces of #cfe8bb

RGB 207232187
HSL0.260.490.82
HSV93°19°91°
CMYK 0.110.000.19   0.09
XYZ63.558474.566558.0566
Yxy74.56650.32400.3801
Hunter Lab86.3519-19.732820.5841
CIE-Lab89.1895-16.168319.1826

#cfe8bb color RGB value is (207,232,187).

#cfe8bb hex color red value is 207, green value is 232 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfe8bb hue: 0.26 , saturation: 0.49 and the lightness value of cfe8bb is 0.82.

The process color (four color CMYK) of #cfe8bb color hex is 0.11, 0.00, 0.19, 0.09. Web safe color of #cfe8bb is #ccffcc. Color #cfe8bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101000 10111011
Octal 317 350 273
Decimal 207 232 187
Hex CF E8 BB

RGB Percentages of Color #cfe8bb

%33.07
%37.06
%29.87

CMYK Percentages of Color #cfe8bb

%11
%0
%19
%9

Triadic Colors of #cfe8bb

#cfe8bb #bbcfe8 #e8bbcf

Analogous Colors of #cfe8bb

#cfe8bb #bbe8be #e6e8bb

Monochromatic Colors of #cfe8bb

#cfe8bb

Complementary Color

#cfe8bb #d4bbe8

#cfe8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe8bb Color CSS Codes

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

#cfe8bb Text Font Color

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

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


#cfe8bb Background Color

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

This div background color is #cfe8bb


#cfe8bb Border Color

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

This div border color is #cfe8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe8bb


Comments

No comments written yet.

Please login to write comment.