Color Hex Logo

#cfeeab Color Hex

#CFEEAB
(207,238,171)
0 Favorites   0 Comments

Color spaces of #cfeeab

RGB 207238171
HSL0.240.660.80
HSV88°28°93°
CMYK 0.130.000.28   0.07
XYZ63.657377.354750.1039
Yxy77.35470.33310.4048
Hunter Lab87.9515-24.720927.7900
CIE-Lab90.4846-21.523829.1871

#cfeeab color RGB value is (207,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 10101011
Octal 317 356 253
Decimal 207 238 171
Hex CF EE AB

RGB Percentages of Color #cfeeab

%33.60
%38.64
%27.76

CMYK Percentages of Color #cfeeab

%13
%0
%28
%7

Triadic Colors of #cfeeab

#cfeeab #abcfee #eeabcf

Analogous Colors of #cfeeab

#cfeeab #aeeeab #eeecab

Monochromatic Colors of #cfeeab

#cfeeab

Complementary Color

#cfeeab #caabee

#cfeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeeab Color CSS Codes

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

#cfeeab Text Font Color

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

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


#cfeeab Background Color

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

This div background color is #cfeeab


#cfeeab Border Color

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

This div border color is #cfeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeeab

#cfeeab Color Palettes


Comments

No comments written yet.

Please login to write comment.