Color Hex Logo

#ccedc8 Color Hex

#CCEDC8
(204,237,200)
0 Favorites   0 Comments

Color spaces of #ccedc8

RGB 204237200
HSL0.320.510.86
HSV114°16°93°
CMYK 0.140.000.16   0.07
XYZ65.611477.575966.1591
Yxy77.57590.31340.3706
Hunter Lab88.0772-21.164917.1184
CIE-Lab90.5860-17.529714.3717

#ccedc8 color RGB value is (204,237,200).

#ccedc8 hex color red value is 204, green value is 237 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ccedc8 hue: 0.32 , saturation: 0.51 and the lightness value of ccedc8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11001000
Octal 314 355 310
Decimal 204 237 200
Hex CC ED C8

RGB Percentages of Color #ccedc8

%31.83
%36.97
%31.20

CMYK Percentages of Color #ccedc8

%14
%0
%16
%7

Triadic Colors of #ccedc8

#ccedc8 #c8cced #edc8cc

Analogous Colors of #ccedc8

#ccedc8 #c8edd7 #dfedc8

Monochromatic Colors of #ccedc8

#ccedc8

Complementary Color

#ccedc8 #e9c8ed

#ccedc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedc8 Color CSS Codes

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

#ccedc8 Text Font Color

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

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


#ccedc8 Background Color

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

This div background color is #ccedc8


#ccedc8 Border Color

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

This div border color is #ccedc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedc8


Comments

No comments written yet.

Please login to write comment.