Color Hex Logo

#caadeb Color Hex

#CAADEB
(202,173,235)
0 Favorites   0 Comments

Color spaces of #caadeb

RGB 202173235
HSL0.740.610.80
HSV268°26°92°
CMYK 0.140.260.00   0.08
XYZ54.296148.441985.0858
Yxy48.44190.28910.2579
Hunter Lab69.600217.4500-23.7615
CIE-Lab75.102822.1868-27.1429

#caadeb color RGB value is (202,173,235).

#caadeb hex color red value is 202, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #caadeb hue: 0.74 , saturation: 0.61 and the lightness value of caadeb is 0.80.

The process color (four color CMYK) of #caadeb color hex is 0.14, 0.26, 0.00, 0.08. Web safe color of #caadeb is #cc99ff. Color #caadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11101011
Octal 312 255 353
Decimal 202 173 235
Hex CA AD EB

RGB Percentages of Color #caadeb

%33.11
%28.36
%38.52

CMYK Percentages of Color #caadeb

%14
%26
%0
%8

Triadic Colors of #caadeb

#caadeb #ebcaad #adebca

Analogous Colors of #caadeb

#caadeb #e9adeb #adafeb

Monochromatic Colors of #caadeb

#caadeb

Complementary Color

#caadeb #ceebad

#caadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadeb Color CSS Codes

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

#caadeb Text Font Color

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

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


#caadeb Background Color

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

This div background color is #caadeb


#caadeb Border Color

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

This div border color is #caadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadeb


Comments

No comments written yet.

Please login to write comment.