Color Hex Logo

#cabe78 Color Hex

#CABE78
(202,190,120)
0 Favorites   0 Comments

Color spaces of #cabe78

RGB 202190120
HSL0.140.440.63
HSV51°41°79°
CMYK 0.000.060.41   0.21
XYZ46.160750.739525.1301
Yxy50.73950.37830.4158
Hunter Lab71.2317-8.980928.9450
CIE-Lab76.5209-5.777236.8386

#cabe78 color RGB value is (202,190,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 01111000
Octal 312 276 170
Decimal 202 190 120
Hex CA BE 78

RGB Percentages of Color #cabe78

%39.45
%37.11
%23.44

CMYK Percentages of Color #cabe78

%0
%6
%41
%21

Triadic Colors of #cabe78

#cabe78 #78cabe #be78ca

Analogous Colors of #cabe78

#cabe78 #adca78 #ca9578

Monochromatic Colors of #cabe78

#cabe78

Complementary Color

#cabe78 #7884ca

#cabe78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe78 Color CSS Codes

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

#cabe78 Text Font Color

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

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


#cabe78 Background Color

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

This div background color is #cabe78


#cabe78 Border Color

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

This div border color is #cabe78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe78


Comments

No comments written yet.

Please login to write comment.