Color Hex Logo

#caaf1f Color Hex

#CAAF1F
(202,175,31)
0 Favorites   0 Comments

Color spaces of #caaf1f

RGB 20217531
HSL0.140.730.46
HSV51°85°79°
CMYK 0.000.130.85   0.21
XYZ39.934443.31547.5523
Yxy43.31540.43980.4770
Hunter Lab65.8144-6.866339.2665
CIE-Lab71.7685-3.823169.1507

#caaf1f color RGB value is (202,175,31).

#caaf1f hex color red value is 202, green value is 175 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #caaf1f hue: 0.14 , saturation: 0.73 and the lightness value of caaf1f is 0.46.

The process color (four color CMYK) of #caaf1f color hex is 0.00, 0.13, 0.85, 0.21. Web safe color of #caaf1f is #cc9933. Color #caaf1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 00011111
Octal 312 257 37
Decimal 202 175 31
Hex CA AF 1F

RGB Percentages of Color #caaf1f

%49.51
%42.89
%7.60

CMYK Percentages of Color #caaf1f

%0
%13
%85
%21

Triadic Colors of #caaf1f

#caaf1f #1fcaaf #af1fca

Analogous Colors of #caaf1f

#caaf1f #90ca1f #ca5a1f

Monochromatic Colors of #caaf1f

#caaf1f

Complementary Color

#caaf1f #1f3aca

#caaf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf1f Color CSS Codes

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

#caaf1f Text Font Color

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

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


#caaf1f Background Color

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

This div background color is #caaf1f


#caaf1f Border Color

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

This div border color is #caaf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf1f


Comments

No comments written yet.

Please login to write comment.