Color Hex Logo

#ccdbf9 Color Hex

#CCDBF9
(204,219,249)
0 Favorites   0 Comments

Color spaces of #ccdbf9

RGB 204219249
HSL0.610.790.89
HSV220°18°98°
CMYK 0.180.120.00   0.02
XYZ67.332270.340099.6507
Yxy70.34000.28370.2964
Hunter Lab83.8689-3.4661-11.7384
CIE-Lab87.16341.0531-16.3117

#ccdbf9 color RGB value is (204,219,249).

#ccdbf9 hex color red value is 204, green value is 219 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ccdbf9 hue: 0.61 , saturation: 0.79 and the lightness value of ccdbf9 is 0.89.

The process color (four color CMYK) of #ccdbf9 color hex is 0.18, 0.12, 0.00, 0.02. Web safe color of #ccdbf9 is #ccccff. Color #ccdbf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11111001
Octal 314 333 371
Decimal 204 219 249
Hex CC DB F9

RGB Percentages of Color #ccdbf9

%30.36
%32.59
%37.05

CMYK Percentages of Color #ccdbf9

%18
%12
%0
%2

Triadic Colors of #ccdbf9

#ccdbf9 #f9ccdb #dbf9cc

Analogous Colors of #ccdbf9

#ccdbf9 #d4ccf9 #ccf2f9

Monochromatic Colors of #ccdbf9

#ccdbf9

Complementary Color

#ccdbf9 #f9eacc

#ccdbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbf9 Color CSS Codes

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

#ccdbf9 Text Font Color

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

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


#ccdbf9 Background Color

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

This div background color is #ccdbf9


#ccdbf9 Border Color

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

This div border color is #ccdbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbf9


Comments

No comments written yet.

Please login to write comment.