Color Hex Logo

#cabdfd Color Hex

#CABDFD
(202,189,253)
0 Favorites   0 Comments

Color spaces of #cabdfd

RGB 202189253
HSL0.700.940.87
HSV252°25°99°
CMYK 0.200.250.00   0.01
XYZ60.284356.0436100.5687
Yxy56.04360.27790.2584
Hunter Lab74.862312.7316-27.2456
CIE-Lab79.638617.3589-29.8798

#cabdfd color RGB value is (202,189,253).

#cabdfd hex color red value is 202, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cabdfd hue: 0.70 , saturation: 0.94 and the lightness value of cabdfd is 0.87.

The process color (four color CMYK) of #cabdfd color hex is 0.20, 0.25, 0.00, 0.01. Web safe color of #cabdfd is #ccccff. Color #cabdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 11111101
Octal 312 275 375
Decimal 202 189 253
Hex CA BD FD

RGB Percentages of Color #cabdfd

%31.37
%29.35
%39.29

CMYK Percentages of Color #cabdfd

%20
%25
%0
%1

Triadic Colors of #cabdfd

#cabdfd #fdcabd #bdfdca

Analogous Colors of #cabdfd

#cabdfd #eabdfd #bdd0fd

Monochromatic Colors of #cabdfd

#cabdfd

Complementary Color

#cabdfd #f0fdbd

#cabdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabdfd Color CSS Codes

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

#cabdfd Text Font Color

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

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


#cabdfd Background Color

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

This div background color is #cabdfd


#cabdfd Border Color

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

This div border color is #cabdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabdfd


Comments

No comments written yet.

Please login to write comment.