Color Hex Logo

#caaf3f Color Hex

#CAAF3F
(202,175,63)
0 Favorites   0 Comments

Color spaces of #caaf3f

RGB 20217563
HSL0.130.570.52
HSV48°69°79°
CMYK 0.000.130.69   0.21
XYZ40.584343.575410.9745
Yxy43.57540.42660.4580
Hunter Lab66.0117-5.777736.3511
CIE-Lab71.9438-2.558058.5511

#caaf3f color RGB value is (202,175,63).

#caaf3f hex color red value is 202, green value is 175 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #caaf3f hue: 0.13 , saturation: 0.57 and the lightness value of caaf3f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 00111111
Octal 312 257 77
Decimal 202 175 63
Hex CA AF 3F

RGB Percentages of Color #caaf3f

%45.91
%39.77
%14.32

CMYK Percentages of Color #caaf3f

%0
%13
%69
%21

Triadic Colors of #caaf3f

#caaf3f #3fcaaf #af3fca

Analogous Colors of #caaf3f

#caaf3f #a0ca3f #ca6a3f

Monochromatic Colors of #caaf3f

#caaf3f

Complementary Color

#caaf3f #3f5aca

#caaf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf3f Color CSS Codes

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

#caaf3f Text Font Color

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

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


#caaf3f Background Color

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

This div background color is #caaf3f


#caaf3f Border Color

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

This div border color is #caaf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf3f


Comments

No comments written yet.

Please login to write comment.