Color Hex Logo

#cabed5 Color Hex

#CABED5
(202,190,213)
0 Favorites   0 Comments

Color spaces of #cabed5

RGB 202190213
HSL0.750.210.79
HSV271°11°84°
CMYK 0.050.110.00   0.16
XYZ54.780854.187670.5228
Yxy54.18760.30520.3019
Hunter Lab73.61224.0149-5.2731
CIE-Lab78.57108.4686-9.9892

#cabed5 color RGB value is (202,190,213).

#cabed5 hex color red value is 202, green value is 190 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #cabed5 hue: 0.75 , saturation: 0.21 and the lightness value of cabed5 is 0.79.

The process color (four color CMYK) of #cabed5 color hex is 0.05, 0.11, 0.00, 0.16. Web safe color of #cabed5 is #cccccc. Color #cabed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11010101
Octal 312 276 325
Decimal 202 190 213
Hex CA BE D5

RGB Percentages of Color #cabed5

%33.39
%31.40
%35.21

CMYK Percentages of Color #cabed5

%5
%11
%0
%16

Triadic Colors of #cabed5

#cabed5 #d5cabe #bed5ca

Analogous Colors of #cabed5

#cabed5 #d5bed5 #bfbed5

Monochromatic Colors of #cabed5

#cabed5

Complementary Color

#cabed5 #c9d5be

#cabed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabed5 Color CSS Codes

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

#cabed5 Text Font Color

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

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


#cabed5 Background Color

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

This div background color is #cabed5


#cabed5 Border Color

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

This div border color is #cabed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabed5


Comments

No comments written yet.

Please login to write comment.