Color Hex Logo

#cceedd Color Hex

#CCEEDD
(204,238,221)
2 Favorites   0 Comments

Color spaces of #cceedd

RGB 204238221
HSL0.420.500.87
HSV150°14°93°
CMYK 0.140.000.07   0.07
XYZ68.527579.206980.0833
Yxy79.20690.30080.3477
Hunter Lab88.9983-18.30438.9479
CIE-Lab91.3278-14.27514.5147

#cceedd color RGB value is (204,238,221). This hex color code is also a web safe color which is equal to #CED.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 11011101
Octal 314 356 335
Decimal 204 238 221
Hex CC EE DD

RGB Percentages of Color #cceedd

%30.77
%35.90
%33.33

CMYK Percentages of Color #cceedd

%14
%0
%7
%7

Triadic Colors of #cceedd

#cceedd #ddccee #eeddcc

Analogous Colors of #cceedd

#cceedd #cceeee #cceecc

Monochromatic Colors of #cceedd

#cceedd

Complementary Color

#cceedd #eeccdd

#cceedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceedd Color CSS Codes

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

#cceedd Text Font Color

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

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


#cceedd Background Color

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

This div background color is #cceedd


#cceedd Border Color

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

This div border color is #cceedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceedd


Comments

No comments written yet.

Please login to write comment.