Color Hex Logo

#ccdceb Color Hex

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

Color spaces of #ccdceb

RGB 204220235
HSL0.580.440.86
HSV209°13°92°
CMYK 0.130.060.00   0.08
XYZ65.490470.021988.6611
Yxy70.02190.29210.3124
Hunter Lab83.6791-6.7376-4.2446
CIE-Lab87.0076-2.3773-9.1623

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

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

The process color (four color CMYK) of #ccdceb color hex is 0.13, 0.06, 0.00, 0.08. Web safe color of #ccdceb is #ccccff. Color #ccdceb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #ccdceb

%30.96
%33.38
%35.66

CMYK Percentages of Color #ccdceb

%13
%6
%0
%8

Triadic Colors of #ccdceb

#ccdceb #ebccdc #dcebcc

Analogous Colors of #ccdceb

#ccdceb #cccdeb #ccebeb

Monochromatic Colors of #ccdceb

#ccdceb

Complementary Color

#ccdceb #ebdbcc

#ccdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdceb Color CSS Codes

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

#ccdceb Text Font Color

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

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


#ccdceb Background Color

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

This div background color is #ccdceb


#ccdceb Border Color

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

This div border color is #ccdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdceb


Comments

No comments written yet.

Please login to write comment.