Color Hex Logo

#cabe79 Color Hex

#CABE79
(202,190,121)
0 Favorites   0 Comments

Color spaces of #cabe79

RGB 202190121
HSL0.140.430.63
HSV51°40°79°
CMYK 0.000.060.40   0.21
XYZ46.221850.763925.4514
Yxy50.76390.37750.4146
Hunter Lab71.2488-8.885628.6947
CIE-Lab76.5358-5.667736.3435

#cabe79 color RGB value is (202,190,121).

#cabe79 hex color red value is 202, green value is 190 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cabe79 hue: 0.14 , saturation: 0.43 and the lightness value of cabe79 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 01111001
Octal 312 276 171
Decimal 202 190 121
Hex CA BE 79

RGB Percentages of Color #cabe79

%39.38
%37.04
%23.59

CMYK Percentages of Color #cabe79

%0
%6
%40
%21

Triadic Colors of #cabe79

#cabe79 #79cabe #be79ca

Analogous Colors of #cabe79

#cabe79 #aeca79 #ca9679

Monochromatic Colors of #cabe79

#cabe79

Complementary Color

#cabe79 #7985ca

#cabe79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe79 Color CSS Codes

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

#cabe79 Text Font Color

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

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


#cabe79 Background Color

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

This div background color is #cabe79


#cabe79 Border Color

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

This div border color is #cabe79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe79


Comments

No comments written yet.

Please login to write comment.