Color Hex Logo

#cabde5 Color Hex

#CABDE5
(202,189,229)
0 Favorites   0 Comments

Color spaces of #cabde5

RGB 202189229
HSL0.720.430.82
HSV260°17°90°
CMYK 0.120.170.00   0.10
XYZ56.697654.608981.6810
Yxy54.60890.29380.2830
Hunter Lab73.89787.6317-13.8061
CIE-Lab78.815512.2125-18.2510

#cabde5 color RGB value is (202,189,229).

#cabde5 hex color red value is 202, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cabde5 hue: 0.72 , saturation: 0.43 and the lightness value of cabde5 is 0.82.

The process color (four color CMYK) of #cabde5 color hex is 0.12, 0.17, 0.00, 0.10. Web safe color of #cabde5 is #cccccc. Color #cabde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11100101
Octal 312 275 345
Decimal 202 189 229
Hex CA BD E5

RGB Percentages of Color #cabde5

%32.58
%30.48
%36.94

CMYK Percentages of Color #cabde5

%12
%17
%0
%10

Triadic Colors of #cabde5

#cabde5 #e5cabd #bde5ca

Analogous Colors of #cabde5

#cabde5 #debde5 #bdc4e5

Monochromatic Colors of #cabde5

#cabde5

Complementary Color

#cabde5 #d8e5bd

#cabde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabde5 Color CSS Codes

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

#cabde5 Text Font Color

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

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


#cabde5 Background Color

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

This div background color is #cabde5


#cabde5 Border Color

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

This div border color is #cabde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabde5


Comments

No comments written yet.

Please login to write comment.