Color Hex Logo

#cac90d Color Hex

#CAC90D
(202,201,13)
0 Favorites   0 Comments

Color spaces of #cac90d

RGB 20220113
HSL0.170.880.42
HSV60°94°79°
CMYK 0.000.000.94   0.21
XYZ45.316454.35898.4847
Yxy54.35890.41900.5026
Hunter Lab73.7285-19.311844.7868
CIE-Lab78.6705-17.453677.7993

#cac90d color RGB value is (202,201,13).

#cac90d hex color red value is 202, green value is 201 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cac90d hue: 0.17 , saturation: 0.88 and the lightness value of cac90d is 0.42.

The process color (four color CMYK) of #cac90d color hex is 0.00, 0.00, 0.94, 0.21. Web safe color of #cac90d is #cccc00. Color #cac90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001001 00001101
Octal 312 311 15
Decimal 202 201 13
Hex CA C9 D

RGB Percentages of Color #cac90d

%48.56
%48.32
%3.13

CMYK Percentages of Color #cac90d

%0
%0
%94
%21

Triadic Colors of #cac90d

#cac90d #0dcac9 #c90dca

Analogous Colors of #cac90d

#cac90d #6dca0d #ca6b0d

Monochromatic Colors of #cac90d

#cac90d

Complementary Color

#cac90d #0d0eca

#cac90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac90d Color CSS Codes

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

#cac90d Text Font Color

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

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


#cac90d Background Color

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

This div background color is #cac90d


#cac90d Border Color

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

This div border color is #cac90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac90d


Comments

No comments written yet.

Please login to write comment.