Color Hex Logo

#cabedf Color Hex

#CABEDF
(202,190,223)
0 Favorites   0 Comments

Color spaces of #cabedf

RGB 202190223
HSL0.730.340.81
HSV262°15°87°
CMYK 0.090.150.00   0.13
XYZ56.089954.711277.4161
Yxy54.71120.29800.2907
Hunter Lab73.96705.9160-10.2778
CIE-Lab78.874610.4483-14.9294

#cabedf color RGB value is (202,190,223).

#cabedf hex color red value is 202, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cabedf hue: 0.73 , saturation: 0.34 and the lightness value of cabedf is 0.81.

The process color (four color CMYK) of #cabedf color hex is 0.09, 0.15, 0.00, 0.13. Web safe color of #cabedf is #cccccc. Color #cabedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 11011111
Octal 312 276 337
Decimal 202 190 223
Hex CA BE DF

RGB Percentages of Color #cabedf

%32.85
%30.89
%36.26

CMYK Percentages of Color #cabedf

%9
%15
%0
%13

Triadic Colors of #cabedf

#cabedf #dfcabe #bedfca

Analogous Colors of #cabedf

#cabedf #dbbedf #bec3df

Monochromatic Colors of #cabedf

#cabedf

Complementary Color

#cabedf #d3dfbe

#cabedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabedf Color CSS Codes

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

#cabedf Text Font Color

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

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


#cabedf Background Color

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

This div background color is #cabedf


#cabedf Border Color

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

This div border color is #cabedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabedf


Comments

No comments written yet.

Please login to write comment.