Color Hex Logo

#cceeda Color Hex

#CCEEDA
(204,238,218)
0 Favorites   0 Comments

Color spaces of #cceeda

RGB 204238218
HSL0.400.500.87
HSV145°14°93°
CMYK 0.140.000.08   0.07
XYZ68.131379.048477.9966
Yxy79.04840.30260.3511
Hunter Lab88.9092-18.806110.2236
CIE-Lab91.2562-14.83205.9730

#cceeda color RGB value is (204,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 11011010
Octal 314 356 332
Decimal 204 238 218
Hex CC EE DA

RGB Percentages of Color #cceeda

%30.91
%36.06
%33.03

CMYK Percentages of Color #cceeda

%14
%0
%8
%7

Triadic Colors of #cceeda

#cceeda #daccee #eedacc

Analogous Colors of #cceeda

#cceeda #cceeeb #cfeecc

Monochromatic Colors of #cceeda

#cceeda

Complementary Color

#cceeda #eecce0

#cceeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceeda Color CSS Codes

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

#cceeda Text Font Color

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

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


#cceeda Background Color

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

This div background color is #cceeda


#cceeda Border Color

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

This div border color is #cceeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #cceeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceeda


Comments

No comments written yet.

Please login to write comment.