Color Hex Logo

#caaf0e Color Hex

#CAAF0E
(202,175,14)
0 Favorites   0 Comments

Color spaces of #caaf0e

RGB 20217514
HSL0.140.870.42
HSV51°93°79°
CMYK 0.000.130.93   0.21
XYZ39.766443.24826.6673
Yxy43.24820.44340.4822
Hunter Lab65.7634-7.148940.0233
CIE-Lab71.7231-4.153372.4164

#caaf0e color RGB value is (202,175,14).

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

The process color (four color CMYK) of #caaf0e color hex is 0.00, 0.13, 0.93, 0.21. Web safe color of #caaf0e is #cc9900. Color #caaf0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 00001110
Octal 312 257 16
Decimal 202 175 14
Hex CA AF E

RGB Percentages of Color #caaf0e

%51.66
%44.76
%3.58

CMYK Percentages of Color #caaf0e

%0
%13
%93
%21

Triadic Colors of #caaf0e

#caaf0e #0ecaaf #af0eca

Analogous Colors of #caaf0e

#caaf0e #87ca0e #ca510e

Monochromatic Colors of #caaf0e

#caaf0e

Complementary Color

#caaf0e #0e29ca

#caaf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaf0e Color CSS Codes

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

#caaf0e Text Font Color

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

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


#caaf0e Background Color

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

This div background color is #caaf0e


#caaf0e Border Color

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

This div border color is #caaf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaf0e


Comments

No comments written yet.

Please login to write comment.