Color Hex Logo

#cfe0ba Color Hex

#CFE0BA
(207,224,186)
0 Favorites   0 Comments

Color spaces of #cfe0ba

RGB 207224186
HSL0.240.380.80
HSV87°17°88°
CMYK 0.080.000.17   0.12
XYZ61.250770.121956.7610
Yxy70.12190.32560.3727
Hunter Lab83.7388-15.979218.4284
CIE-Lab87.0566-12.331816.7206

#cfe0ba color RGB value is (207,224,186).

#cfe0ba hex color red value is 207, green value is 224 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cfe0ba hue: 0.24 , saturation: 0.38 and the lightness value of cfe0ba is 0.80.

The process color (four color CMYK) of #cfe0ba color hex is 0.08, 0.00, 0.17, 0.12. Web safe color of #cfe0ba is #cccccc. Color #cfe0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 10111010
Octal 317 340 272
Decimal 207 224 186
Hex CF E0 BA

RGB Percentages of Color #cfe0ba

%33.55
%36.30
%30.15

CMYK Percentages of Color #cfe0ba

%8
%0
%17
%12

Triadic Colors of #cfe0ba

#cfe0ba #bacfe0 #e0bacf

Analogous Colors of #cfe0ba

#cfe0ba #bce0ba #e0deba

Monochromatic Colors of #cfe0ba

#cfe0ba

Complementary Color

#cfe0ba #cbbae0

#cfe0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe0ba Color CSS Codes

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

#cfe0ba Text Font Color

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

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


#cfe0ba Background Color

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

This div background color is #cfe0ba


#cfe0ba Border Color

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

This div border color is #cfe0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe0ba


Comments

No comments written yet.

Please login to write comment.