Color Hex Logo

#cabeaa Color Hex

#CABEAA
(202,190,170)
0 Favorites   0 Comments

Color spaces of #cabeaa

RGB 202190170
HSL0.100.230.73
HSV38°16°79°
CMYK 0.000.060.16   0.21
XYZ50.026352.285745.4857
Yxy52.28570.33850.3538
Hunter Lab72.3089-3.046713.3200
CIE-Lab77.45140.890511.6137

#cabeaa color RGB value is (202,190,170).

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

The process color (four color CMYK) of #cabeaa color hex is 0.00, 0.06, 0.16, 0.21. Web safe color of #cabeaa is #cccc99. Color #cabeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 10101010
Octal 312 276 252
Decimal 202 190 170
Hex CA BE AA

RGB Percentages of Color #cabeaa

%35.94
%33.81
%30.25

CMYK Percentages of Color #cabeaa

%0
%6
%16
%21

Triadic Colors of #cabeaa

#cabeaa #aacabe #beaaca

Analogous Colors of #cabeaa

#cabeaa #c6caaa #caaeaa

Monochromatic Colors of #cabeaa

#cabeaa

Complementary Color

#cabeaa #aab6ca

#cabeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabeaa Color CSS Codes

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

#cabeaa Text Font Color

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

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


#cabeaa Background Color

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

This div background color is #cabeaa


#cabeaa Border Color

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

This div border color is #cabeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabeaa


Comments

No comments written yet.

Please login to write comment.