Color Hex Logo

#caaf40 Color Hex

#CAAF40
(202,175,64)
0 Favorites   0 Comments

Color spaces of #caaf40

RGB 20217564
HSL0.130.570.52
HSV48°68°79°
CMYK 0.000.130.68   0.21
XYZ40.612543.586711.1230
Yxy43.58670.42610.4573
Hunter Lab66.0202-5.730736.2251
CIE-Lab71.9514-2.503658.1463

#caaf40 color RGB value is (202,175,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 01000000
Octal 312 257 100
Decimal 202 175 64
Hex CA AF 40

RGB Percentages of Color #caaf40

%45.80
%39.68
%14.51

CMYK Percentages of Color #caaf40

%0
%13
%68
%21

Triadic Colors of #caaf40

#caaf40 #40caaf #af40ca

Analogous Colors of #caaf40

#caaf40 #a0ca40 #ca6a40

Monochromatic Colors of #caaf40

#caaf40

Complementary Color

#caaf40 #405bca

#caaf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf40 Color CSS Codes

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

#caaf40 Text Font Color

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

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


#caaf40 Background Color

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

This div background color is #caaf40


#caaf40 Border Color

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

This div border color is #caaf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf40


Comments

No comments written yet.

Please login to write comment.