Color Hex Logo

#cabeae Color Hex

#CABEAE
(202,190,174)
0 Favorites   0 Comments

Color spaces of #cabeae

RGB 202190174
HSL0.100.210.74
HSV34°14°79°
CMYK 0.000.060.14   0.21
XYZ50.410652.439547.5093
Yxy52.43950.33530.3488
Hunter Lab72.4151-2.466611.7923
CIE-Lab77.54291.52709.5865

#cabeae color RGB value is (202,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 10101110
Octal 312 276 256
Decimal 202 190 174
Hex CA BE AE

RGB Percentages of Color #cabeae

%35.69
%33.57
%30.74

CMYK Percentages of Color #cabeae

%0
%6
%14
%21

Triadic Colors of #cabeae

#cabeae #aecabe #beaeca

Analogous Colors of #cabeae

#cabeae #c8caae #cab0ae

Monochromatic Colors of #cabeae

#cabeae

Complementary Color

#cabeae #aebaca

#cabeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabeae Color CSS Codes

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

#cabeae Text Font Color

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

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


#cabeae Background Color

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

This div background color is #cabeae


#cabeae Border Color

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

This div border color is #cabeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabeae


Comments

No comments written yet.

Please login to write comment.