Color Hex Logo

#cabed9 Color Hex

#CABED9
(202,190,217)
0 Favorites   0 Comments

Color spaces of #cabed9

RGB 202190217
HSL0.740.260.80
HSV267°12°85°
CMYK 0.070.120.00   0.15
XYZ55.295054.393273.2302
Yxy54.39320.30230.2974
Hunter Lab73.75174.7639-7.2445
CIE-Lab78.69059.2515-11.9699

#cabed9 color RGB value is (202,190,217).

#cabed9 hex color red value is 202, green value is 190 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cabed9 hue: 0.74 , saturation: 0.26 and the lightness value of cabed9 is 0.80.

The process color (four color CMYK) of #cabed9 color hex is 0.07, 0.12, 0.00, 0.15. Web safe color of #cabed9 is #cccccc. Color #cabed9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11011001
Octal 312 276 331
Decimal 202 190 217
Hex CA BE D9

RGB Percentages of Color #cabed9

%33.17
%31.20
%35.63

CMYK Percentages of Color #cabed9

%7
%12
%0
%15

Triadic Colors of #cabed9

#cabed9 #d9cabe #bed9ca

Analogous Colors of #cabed9

#cabed9 #d8bed9 #bec0d9

Monochromatic Colors of #cabed9

#cabed9

Complementary Color

#cabed9 #cdd9be

#cabed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabed9 Color CSS Codes

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

#cabed9 Text Font Color

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

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


#cabed9 Background Color

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

This div background color is #cabed9


#cabed9 Border Color

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

This div border color is #cabed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabed9


Comments

No comments written yet.

Please login to write comment.