Color Hex Logo

#cfefaa Color Hex

#CFEFAA
(207,239,170)
0 Favorites   0 Comments

Color spaces of #cfefaa

RGB 207239170
HSL0.240.680.80
HSV88°29°94°
CMYK 0.130.000.29   0.06
XYZ63.854377.900749.7011
Yxy77.90070.33350.4069
Hunter Lab88.2614-25.318328.3960
CIE-Lab90.7346-22.150430.0330

#cfefaa color RGB value is (207,239,170).

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

The process color (four color CMYK) of #cfefaa color hex is 0.13, 0.00, 0.29, 0.06. Web safe color of #cfefaa is #ccff99. Color #cfefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 10101010
Octal 317 357 252
Decimal 207 239 170
Hex CF EF AA

RGB Percentages of Color #cfefaa

%33.60
%38.80
%27.60

CMYK Percentages of Color #cfefaa

%13
%0
%29
%6

Triadic Colors of #cfefaa

#cfefaa #aacfef #efaacf

Analogous Colors of #cfefaa

#cfefaa #adefaa #efedaa

Monochromatic Colors of #cfefaa

#cfefaa

Complementary Color

#cfefaa #caaaef

#cfefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfefaa Color CSS Codes

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

#cfefaa Text Font Color

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

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


#cfefaa Background Color

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

This div background color is #cfefaa


#cfefaa Border Color

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

This div border color is #cfefaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,239,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 #cfefaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfefaa


Comments

No comments written yet.

Please login to write comment.