Color Hex Logo

#caddf0 Color Hex

#CADDF0
(202,221,240)
0 Favorites   0 Comments

Color spaces of #caddf0

RGB 202221240
HSL0.580.560.87
HSV210°16°94°
CMYK 0.160.080.00   0.06
XYZ65.941770.560792.5822
Yxy70.56070.28780.3080
Hunter Lab84.0004-6.8753-6.5470
CIE-Lab87.2711-2.5011-11.4216

#caddf0 color RGB value is (202,221,240).

#caddf0 hex color red value is 202, green value is 221 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #caddf0 hue: 0.58 , saturation: 0.56 and the lightness value of caddf0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 11110000
Octal 312 335 360
Decimal 202 221 240
Hex CA DD F0

RGB Percentages of Color #caddf0

%30.47
%33.33
%36.20

CMYK Percentages of Color #caddf0

%16
%8
%0
%6

Triadic Colors of #caddf0

#caddf0 #f0cadd #ddf0ca

Analogous Colors of #caddf0

#caddf0 #cacaf0 #caf0f0

Monochromatic Colors of #caddf0

#caddf0

Complementary Color

#caddf0 #f0ddca

#caddf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caddf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caddf0 Color CSS Codes

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

#caddf0 Text Font Color

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

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


#caddf0 Background Color

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

This div background color is #caddf0


#caddf0 Border Color

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

This div border color is #caddf0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,221,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #caddf0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #caddf0;
  -webkit-box-shadow: 1px 1px 3px 2px #caddf0;
  box-shadow:         1px 1px 3px 2px #caddf0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,221,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caddf0

#caddf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.