Color Hex Logo

#caafbe Color Hex

#CAAFBE
(202,175,190)
0 Favorites   0 Comments

Color spaces of #caafbe

RGB 202175190
HSL0.910.200.74
HSV327°13°79°
CMYK 0.000.130.06   0.21
XYZ48.981446.934255.1928
Yxy46.93420.32410.3106
Hunter Lab68.50857.73180.1899
CIE-Lab74.147712.3001-4.0400

#caafbe color RGB value is (202,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 10111110
Octal 312 257 276
Decimal 202 175 190
Hex CA AF BE

RGB Percentages of Color #caafbe

%35.63
%30.86
%33.51

CMYK Percentages of Color #caafbe

%0
%13
%6
%21

Triadic Colors of #caafbe

#caafbe #becaaf #afbeca

Analogous Colors of #caafbe

#caafbe #caafb1 #c9afca

Monochromatic Colors of #caafbe

#caafbe

Complementary Color

#caafbe #afcabb

#caafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#caafbe Color CSS Codes

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

#caafbe Text Font Color

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

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


#caafbe Background Color

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

This div background color is #caafbe


#caafbe Border Color

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

This div border color is #caafbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,175,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 #caafbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caafbe


Comments

No comments written yet.

Please login to write comment.