Color Hex Logo

#cabdea Color Hex

#CABDEA
(202,189,234)
0 Favorites   0 Comments

Color spaces of #cabdea

RGB 202189234
HSL0.710.520.83
HSV257°19°92°
CMYK 0.140.190.00   0.08
XYZ57.406054.892385.4115
Yxy54.89230.29040.2776
Hunter Lab74.08938.6493-16.4880
CIE-Lab78.979213.2525-20.6942

#cabdea color RGB value is (202,189,234).

#cabdea hex color red value is 202, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cabdea hue: 0.71 , saturation: 0.52 and the lightness value of cabdea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11101010
Octal 312 275 352
Decimal 202 189 234
Hex CA BD EA

RGB Percentages of Color #cabdea

%32.32
%30.24
%37.44

CMYK Percentages of Color #cabdea

%14
%19
%0
%8

Triadic Colors of #cabdea

#cabdea #eacabd #bdeaca

Analogous Colors of #cabdea

#cabdea #e1bdea #bdc7ea

Monochromatic Colors of #cabdea

#cabdea

Complementary Color

#cabdea #ddeabd

#cabdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdea Color CSS Codes

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

#cabdea Text Font Color

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

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


#cabdea Background Color

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

This div background color is #cabdea


#cabdea Border Color

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

This div border color is #cabdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdea


Comments

No comments written yet.

Please login to write comment.