Color Hex Logo

#caadbe Color Hex

#CAADBE
(202,173,190)
0 Favorites   0 Comments

Color spaces of #caadbe

RGB 202173190
HSL0.900.210.74
HSV325°14°79°
CMYK 0.000.140.06   0.21
XYZ48.595046.161455.0640
Yxy46.16140.32440.3081
Hunter Lab67.94228.7716-0.4923
CIE-Lab73.650113.3877-4.7736

#caadbe color RGB value is (202,173,190).

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

The process color (four color CMYK) of #caadbe color hex is 0.00, 0.14, 0.06, 0.21. Web safe color of #caadbe is #cc99cc. Color #caadbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 10111110
Octal 312 255 276
Decimal 202 173 190
Hex CA AD BE

RGB Percentages of Color #caadbe

%35.75
%30.62
%33.63

CMYK Percentages of Color #caadbe

%0
%14
%6
%21

Triadic Colors of #caadbe

#caadbe #becaad #adbeca

Analogous Colors of #caadbe

#caadbe #caadb0 #c8adca

Monochromatic Colors of #caadbe

#caadbe

Complementary Color

#caadbe #adcab9

#caadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadbe Color CSS Codes

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

#caadbe Text Font Color

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

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


#caadbe Background Color

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

This div background color is #caadbe


#caadbe Border Color

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

This div border color is #caadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadbe


Comments

No comments written yet.

Please login to write comment.