Color Hex Logo

#ccdbeb Color Hex

#CCDBEB
(204,219,235)
0 Favorites   0 Comments

Color spaces of #ccdbeb

RGB 204219235
HSL0.590.440.86
HSV211°13°92°
CMYK 0.130.070.00   0.08
XYZ65.228869.498688.5739
Yxy69.49860.29210.3112
Hunter Lab83.3658-6.2245-4.6379
CIE-Lab86.7504-1.8572-9.5446

#ccdbeb color RGB value is (204,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11101011
Octal 314 333 353
Decimal 204 219 235
Hex CC DB EB

RGB Percentages of Color #ccdbeb

%31.00
%33.28
%35.71

CMYK Percentages of Color #ccdbeb

%13
%7
%0
%8

Triadic Colors of #ccdbeb

#ccdbeb #ebccdb #dbebcc

Analogous Colors of #ccdbeb

#ccdbeb #cdcceb #ccebeb

Monochromatic Colors of #ccdbeb

#ccdbeb

Complementary Color

#ccdbeb #ebdccc

#ccdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbeb Color CSS Codes

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

#ccdbeb Text Font Color

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

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


#ccdbeb Background Color

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

This div background color is #ccdbeb


#ccdbeb Border Color

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

This div border color is #ccdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbeb


Comments

No comments written yet.

Please login to write comment.