Color Hex Logo

#ccebdc Color Hex

#CCEBDC
(204,235,220)
0 Favorites   0 Comments

Color spaces of #ccebdc

RGB 204235220
HSL0.420.440.86
HSV151°13°92°
CMYK 0.130.000.06   0.08
XYZ67.528477.421379.0948
Yxy77.42130.30140.3456
Hunter Lab87.9894-16.98968.2960
CIE-Lab90.5152-12.96193.8594

#ccebdc color RGB value is (204,235,220).

#ccebdc hex color red value is 204, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccebdc hue: 0.42 , saturation: 0.44 and the lightness value of ccebdc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 11011100
Octal 314 353 334
Decimal 204 235 220
Hex CC EB DC

RGB Percentages of Color #ccebdc

%30.96
%35.66
%33.38

CMYK Percentages of Color #ccebdc

%13
%0
%6
%8

Triadic Colors of #ccebdc

#ccebdc #dccceb #ebdccc

Analogous Colors of #ccebdc

#ccebdc #ccebeb #ccebcd

Monochromatic Colors of #ccebdc

#ccebdc

Complementary Color

#ccebdc #ebccdb

#ccebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebdc Color CSS Codes

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

#ccebdc Text Font Color

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

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


#ccebdc Background Color

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

This div background color is #ccebdc


#ccebdc Border Color

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

This div border color is #ccebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebdc


Comments

No comments written yet.

Please login to write comment.