Color Hex Logo

#cabe5e Color Hex

#CABE5E
(202,190,94)
0 Favorites   0 Comments

Color spaces of #cabe5e

RGB 20219094
HSL0.150.500.58
HSV53°53°79°
CMYK 0.000.060.53   0.21
XYZ44.791050.191617.9169
Yxy50.19160.39670.4446
Hunter Lab70.8460-11.127534.5978
CIE-Lab76.1867-8.262949.3459

#cabe5e color RGB value is (202,190,94).

#cabe5e hex color red value is 202, green value is 190 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cabe5e hue: 0.15 , saturation: 0.50 and the lightness value of cabe5e is 0.58.

The process color (four color CMYK) of #cabe5e color hex is 0.00, 0.06, 0.53, 0.21. Web safe color of #cabe5e is #cccc66. Color #cabe5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 01011110
Octal 312 276 136
Decimal 202 190 94
Hex CA BE 5E

RGB Percentages of Color #cabe5e

%41.56
%39.09
%19.34

CMYK Percentages of Color #cabe5e

%0
%6
%53
%21

Triadic Colors of #cabe5e

#cabe5e #5ecabe #be5eca

Analogous Colors of #cabe5e

#cabe5e #a0ca5e #ca885e

Monochromatic Colors of #cabe5e

#cabe5e

Complementary Color

#cabe5e #5e6aca

#cabe5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe5e Color CSS Codes

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

#cabe5e Text Font Color

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

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


#cabe5e Background Color

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

This div background color is #cabe5e


#cabe5e Border Color

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

This div border color is #cabe5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe5e


Comments

No comments written yet.

Please login to write comment.