Color Hex Logo

#cfeebf Color Hex

#CFEEBF
(207,238,191)
0 Favorites   0 Comments

Color spaces of #cfeebf

RGB 207238191
HSL0.280.580.84
HSV100°20°93°
CMYK 0.130.000.20   0.07
XYZ65.710678.176160.9164
Yxy78.17610.32080.3817
Hunter Lab88.4172-22.071221.0433
CIE-Lab90.8602-18.488919.4427

#cfeebf color RGB value is (207,238,191).

#cfeebf hex color red value is 207, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cfeebf hue: 0.28 , saturation: 0.58 and the lightness value of cfeebf is 0.84.

The process color (four color CMYK) of #cfeebf color hex is 0.13, 0.00, 0.20, 0.07. Web safe color of #cfeebf is #ccffcc. Color #cfeebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 10111111
Octal 317 356 277
Decimal 207 238 191
Hex CF EE BF

RGB Percentages of Color #cfeebf

%32.55
%37.42
%30.03

CMYK Percentages of Color #cfeebf

%13
%0
%20
%7

Triadic Colors of #cfeebf

#cfeebf #bfcfee #eebfcf

Analogous Colors of #cfeebf

#cfeebf #bfeec7 #e7eebf

Monochromatic Colors of #cfeebf

#cfeebf

Complementary Color

#cfeebf #debfee

#cfeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeebf Color CSS Codes

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

#cfeebf Text Font Color

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

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


#cfeebf Background Color

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

This div background color is #cfeebf


#cfeebf Border Color

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

This div border color is #cfeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeebf


Comments

No comments written yet.

Please login to write comment.