Color Hex Logo

#caddeb Color Hex

#CADDEB
(202,221,235)
0 Favorites   0 Comments

Color spaces of #caddeb

RGB 202221235
HSL0.570.450.86
HSV205°14°92°
CMYK 0.140.060.00   0.08
XYZ65.209070.267688.7234
Yxy70.26760.29090.3134
Hunter Lab83.8258-7.8380-4.0761
CIE-Lab87.1279-3.5294-8.9986

#caddeb color RGB value is (202,221,235).

#caddeb hex color red value is 202, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #caddeb hue: 0.57 , saturation: 0.45 and the lightness value of caddeb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 11101011
Octal 312 335 353
Decimal 202 221 235
Hex CA DD EB

RGB Percentages of Color #caddeb

%30.70
%33.59
%35.71

CMYK Percentages of Color #caddeb

%14
%6
%0
%8

Triadic Colors of #caddeb

#caddeb #ebcadd #ddebca

Analogous Colors of #caddeb

#caddeb #cacdeb #caebe9

Monochromatic Colors of #caddeb

#caddeb

Complementary Color

#caddeb #ebd8ca

#caddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caddeb Color CSS Codes

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

#caddeb Text Font Color

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

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


#caddeb Background Color

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

This div background color is #caddeb


#caddeb Border Color

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

This div border color is #caddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caddeb


Comments

No comments written yet.

Please login to write comment.