Color Hex Logo

#cfeabd Color Hex

#CFEABD
(207,234,189)
0 Favorites   0 Comments

Color spaces of #cfeabd

RGB 207234189
HSL0.270.520.83
HSV96°19°92°
CMYK 0.120.000.19   0.08
XYZ64.340375.785259.3810
Yxy75.78520.32250.3799
Hunter Lab87.0547-20.420120.4959
CIE-Lab89.7595-16.839418.9413

#cfeabd color RGB value is (207,234,189).

#cfeabd hex color red value is 207, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cfeabd hue: 0.27 , saturation: 0.52 and the lightness value of cfeabd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 10111101
Octal 317 352 275
Decimal 207 234 189
Hex CF EA BD

RGB Percentages of Color #cfeabd

%32.86
%37.14
%30.00

CMYK Percentages of Color #cfeabd

%12
%0
%19
%8

Triadic Colors of #cfeabd

#cfeabd #bdcfea #eabdcf

Analogous Colors of #cfeabd

#cfeabd #bdeac2 #e6eabd

Monochromatic Colors of #cfeabd

#cfeabd

Complementary Color

#cfeabd #d8bdea

#cfeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeabd Color CSS Codes

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

#cfeabd Text Font Color

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

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


#cfeabd Background Color

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

This div background color is #cfeabd


#cfeabd Border Color

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

This div border color is #cfeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeabd


Comments

No comments written yet.

Please login to write comment.