Color Hex Logo

#cabdec Color Hex

#CABDEC
(202,189,236)
0 Favorites   0 Comments

Color spaces of #cabdec

RGB 202189236
HSL0.710.550.83
HSV257°20°93°
CMYK 0.140.200.00   0.07
XYZ57.695055.007986.9336
Yxy55.00790.28900.2755
Hunter Lab74.16739.0630-17.5784
CIE-Lab79.045813.6734-21.6686

#cabdec color RGB value is (202,189,236).

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

The process color (four color CMYK) of #cabdec color hex is 0.14, 0.20, 0.00, 0.07. Web safe color of #cabdec is #ccccff. Color #cabdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11101100
Octal 312 275 354
Decimal 202 189 236
Hex CA BD EC

RGB Percentages of Color #cabdec

%32.22
%30.14
%37.64

CMYK Percentages of Color #cabdec

%14
%20
%0
%7

Triadic Colors of #cabdec

#cabdec #eccabd #bdecca

Analogous Colors of #cabdec

#cabdec #e2bdec #bdc8ec

Monochromatic Colors of #cabdec

#cabdec

Complementary Color

#cabdec #dfecbd

#cabdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdec Color CSS Codes

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

#cabdec Text Font Color

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

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


#cabdec Background Color

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

This div background color is #cabdec


#cabdec Border Color

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

This div border color is #cabdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdec

#cabdec Color Palettes


Comments

No comments written yet.

Please login to write comment.