Color Hex Logo

#cfeeb0 Color Hex

#CFEEB0
(207,238,176)
0 Favorites   0 Comments

Color spaces of #cfeeb0

RGB 207238176
HSL0.250.650.81
HSV90°26°93°
CMYK 0.130.000.26   0.07
XYZ64.143177.549152.6621
Yxy77.54910.33000.3990
Hunter Lab88.0620-24.091526.1873
CIE-Lab90.5737-20.798026.7564

#cfeeb0 color RGB value is (207,238,176).

#cfeeb0 hex color red value is 207, green value is 238 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cfeeb0 hue: 0.25 , saturation: 0.65 and the lightness value of cfeeb0 is 0.81.

The process color (four color CMYK) of #cfeeb0 color hex is 0.13, 0.00, 0.26, 0.07. Web safe color of #cfeeb0 is #ccff99. Color #cfeeb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 10110000
Octal 317 356 260
Decimal 207 238 176
Hex CF EE B0

RGB Percentages of Color #cfeeb0

%33.33
%38.33
%28.34

CMYK Percentages of Color #cfeeb0

%13
%0
%26
%7

Triadic Colors of #cfeeb0

#cfeeb0 #b0cfee #eeb0cf

Analogous Colors of #cfeeb0

#cfeeb0 #b0eeb0 #eeeeb0

Monochromatic Colors of #cfeeb0

#cfeeb0

Complementary Color

#cfeeb0 #cfb0ee

#cfeeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeeb0 Color CSS Codes

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

#cfeeb0 Text Font Color

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

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


#cfeeb0 Background Color

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

This div background color is #cfeeb0


#cfeeb0 Border Color

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

This div border color is #cfeeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeeb0


Comments

No comments written yet.

Please login to write comment.