Color Hex Logo

#cfeab9 Color Hex

#CFEAB9
(207,234,185)
0 Favorites   0 Comments

Color spaces of #cfeab9

RGB 207234185
HSL0.260.540.82
HSV93°21°92°
CMYK 0.120.000.21   0.08
XYZ63.911975.613857.1254
Yxy75.61380.32500.3845
Hunter Lab86.9562-20.977721.9191
CIE-Lab89.6797-17.472020.8995

#cfeab9 color RGB value is (207,234,185).

#cfeab9 hex color red value is 207, green value is 234 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #cfeab9 hue: 0.26 , saturation: 0.54 and the lightness value of cfeab9 is 0.82.

The process color (four color CMYK) of #cfeab9 color hex is 0.12, 0.00, 0.21, 0.08. Web safe color of #cfeab9 is #ccffcc. Color #cfeab9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 10111001
Octal 317 352 271
Decimal 207 234 185
Hex CF EA B9

RGB Percentages of Color #cfeab9

%33.07
%37.38
%29.55

CMYK Percentages of Color #cfeab9

%12
%0
%21
%8

Triadic Colors of #cfeab9

#cfeab9 #b9cfea #eab9cf

Analogous Colors of #cfeab9

#cfeab9 #b9eabc #e8eab9

Monochromatic Colors of #cfeab9

#cfeab9

Complementary Color

#cfeab9 #d4b9ea

#cfeab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeab9 Color CSS Codes

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

#cfeab9 Text Font Color

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

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


#cfeab9 Background Color

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

This div background color is #cfeab9


#cfeab9 Border Color

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

This div border color is #cfeab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeab9


Comments

No comments written yet.

Please login to write comment.