Color Hex Logo

#cabdef Color Hex

#CABDEF
(202,189,239)
0 Favorites   0 Comments

Color spaces of #cabdef

RGB 202189239
HSL0.710.610.84
HSV256°21°94°
CMYK 0.150.210.00   0.06
XYZ58.134755.183789.2489
Yxy55.18370.28700.2724
Hunter Lab74.28579.6909-19.2326
CIE-Lab79.147014.3101-23.1270

#cabdef color RGB value is (202,189,239).

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

The process color (four color CMYK) of #cabdef color hex is 0.15, 0.21, 0.00, 0.06. Web safe color of #cabdef is #ccccff. Color #cabdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11101111
Octal 312 275 357
Decimal 202 189 239
Hex CA BD EF

RGB Percentages of Color #cabdef

%32.06
%30.00
%37.94

CMYK Percentages of Color #cabdef

%15
%21
%0
%6

Triadic Colors of #cabdef

#cabdef #efcabd #bdefca

Analogous Colors of #cabdef

#cabdef #e3bdef #bdc9ef

Monochromatic Colors of #cabdef

#cabdef

Complementary Color

#cabdef #e2efbd

#cabdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdef Color CSS Codes

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

#cabdef Text Font Color

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

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


#cabdef Background Color

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

This div background color is #cabdef


#cabdef Border Color

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

This div border color is #cabdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdef


Comments

No comments written yet.

Please login to write comment.