Color Hex Logo

#cfeadc Color Hex

#CFEADC
(207,234,220)
0 Favorites   0 Comments

Color spaces of #cfeadc

RGB 207234220
HSL0.410.390.86
HSV149°12°92°
CMYK 0.120.000.06   0.08
XYZ68.073277.278379.0385
Yxy77.27830.30340.3444
Hunter Lab87.9081-15.61458.2278
CIE-Lab90.4496-11.48243.7890

#cfeadc color RGB value is (207,234,220).

#cfeadc hex color red value is 207, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cfeadc hue: 0.41 , saturation: 0.39 and the lightness value of cfeadc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101010 11011100
Octal 317 352 334
Decimal 207 234 220
Hex CF EA DC

RGB Percentages of Color #cfeadc

%31.32
%35.40
%33.28

CMYK Percentages of Color #cfeadc

%12
%0
%6
%8

Triadic Colors of #cfeadc

#cfeadc #dccfea #eadccf

Analogous Colors of #cfeadc

#cfeadc #cfeaea #d0eacf

Monochromatic Colors of #cfeadc

#cfeadc

Complementary Color

#cfeadc #eacfdd

#cfeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeadc Color CSS Codes

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

#cfeadc Text Font Color

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

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


#cfeadc Background Color

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

This div background color is #cfeadc


#cfeadc Border Color

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

This div border color is #cfeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeadc


Comments

No comments written yet.

Please login to write comment.