Color Hex Logo

#cfeeda Color Hex

#CFEEDA
(207,238,218)
0 Favorites   0 Comments

Color spaces of #cfeeda

RGB 207238218
HSL0.390.480.87
HSV141°13°93°
CMYK 0.130.000.08   0.07
XYZ68.961679.476478.0355
Yxy79.47640.30450.3509
Hunter Lab89.1495-17.933110.5062
CIE-Lab91.4494-13.85456.2764

#cfeeda color RGB value is (207,238,218).

#cfeeda hex color red value is 207, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cfeeda hue: 0.39 , saturation: 0.48 and the lightness value of cfeeda is 0.87.

The process color (four color CMYK) of #cfeeda color hex is 0.13, 0.00, 0.08, 0.07. Web safe color of #cfeeda is #ccffcc. Color #cfeeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 11011010
Octal 317 356 332
Decimal 207 238 218
Hex CF EE DA

RGB Percentages of Color #cfeeda

%31.22
%35.90
%32.88

CMYK Percentages of Color #cfeeda

%13
%0
%8
%7

Triadic Colors of #cfeeda

#cfeeda #dacfee #eedacf

Analogous Colors of #cfeeda

#cfeeda #cfeeea #d4eecf

Monochromatic Colors of #cfeeda

#cfeeda

Complementary Color

#cfeeda #eecfe3

#cfeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeeda Color CSS Codes

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

#cfeeda Text Font Color

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

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


#cfeeda Background Color

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

This div background color is #cfeeda


#cfeeda Border Color

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

This div border color is #cfeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeeda


Comments

No comments written yet.

Please login to write comment.