Color Hex Logo

#cab25f Color Hex

#CAB25F
(202,178,95)
0 Favorites   0 Comments

Color spaces of #cab25f

RGB 20217895
HSL0.130.500.58
HSV47°53°79°
CMYK 0.000.120.53   0.21
XYZ42.343145.223617.3238
Yxy45.22360.40370.4312
Hunter Lab67.2485-5.292131.8003
CIE-Lab73.0389-1.916145.1415

#cab25f color RGB value is (202,178,95).

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

The process color (four color CMYK) of #cab25f color hex is 0.00, 0.12, 0.53, 0.21. Web safe color of #cab25f is #cc9966. Color #cab25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 01011111
Octal 312 262 137
Decimal 202 178 95
Hex CA B2 5F

RGB Percentages of Color #cab25f

%42.53
%37.47
%20.00

CMYK Percentages of Color #cab25f

%0
%12
%53
%21

Triadic Colors of #cab25f

#cab25f #5fcab2 #b25fca

Analogous Colors of #cab25f

#cab25f #adca5f #ca7d5f

Monochromatic Colors of #cab25f

#cab25f

Complementary Color

#cab25f #5f77ca

#cab25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab25f Color CSS Codes

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

#cab25f Text Font Color

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

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


#cab25f Background Color

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

This div background color is #cab25f


#cab25f Border Color

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

This div border color is #cab25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab25f


Comments

No comments written yet.

Please login to write comment.