Color Hex Logo

#cfebaa Color Hex

#CFEBAA
(207,235,170)
0 Favorites   0 Comments

Color spaces of #cfebaa

RGB 207235170
HSL0.240.620.79
HSV86°28°92°
CMYK 0.120.000.28   0.08
XYZ62.696275.584349.3150
Yxy75.58430.33420.4029
Hunter Lab86.9392-23.418427.2261
CIE-Lab89.6660-20.208028.5904

#cfebaa color RGB value is (207,235,170).

#cfebaa hex color red value is 207, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cfebaa hue: 0.24 , saturation: 0.62 and the lightness value of cfebaa is 0.79.

The process color (four color CMYK) of #cfebaa color hex is 0.12, 0.00, 0.28, 0.08. Web safe color of #cfebaa is #ccff99. Color #cfebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 10101010
Octal 317 353 252
Decimal 207 235 170
Hex CF EB AA

RGB Percentages of Color #cfebaa

%33.82
%38.40
%27.78

CMYK Percentages of Color #cfebaa

%12
%0
%28
%8

Triadic Colors of #cfebaa

#cfebaa #aacfeb #ebaacf

Analogous Colors of #cfebaa

#cfebaa #afebaa #ebe7aa

Monochromatic Colors of #cfebaa

#cfebaa

Complementary Color

#cfebaa #c6aaeb

#cfebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfebaa Color CSS Codes

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

#cfebaa Text Font Color

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

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


#cfebaa Background Color

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

This div background color is #cfebaa


#cfebaa Border Color

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

This div border color is #cfebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfebaa


Comments

No comments written yet.

Please login to write comment.