Color Hex Logo

#cab609 Color Hex

#CAB609
(202,182,9)
0 Favorites   0 Comments

Color spaces of #cab609

RGB 2021829
HSL0.150.910.41
HSV54°96°79°
CMYK 0.000.100.96   0.21
XYZ41.134446.03226.9755
Yxy46.03220.43690.4890
Hunter Lab67.8470-10.511141.3972
CIE-Lab73.5664-7.858674.3981

#cab609 color RGB value is (202,182,9).

#cab609 hex color red value is 202, green value is 182 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cab609 hue: 0.15 , saturation: 0.91 and the lightness value of cab609 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 00001001
Octal 312 266 11
Decimal 202 182 9
Hex CA B6 9

RGB Percentages of Color #cab609

%51.40
%46.31
%2.29

CMYK Percentages of Color #cab609

%0
%10
%96
%21

Triadic Colors of #cab609

#cab609 #09cab6 #b609ca

Analogous Colors of #cab609

#cab609 #7eca09 #ca5509

Monochromatic Colors of #cab609

#cab609

Complementary Color

#cab609 #091dca

#cab609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab609 Color CSS Codes

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

#cab609 Text Font Color

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

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


#cab609 Background Color

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

This div background color is #cab609


#cab609 Border Color

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

This div border color is #cab609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab609


Comments

No comments written yet.

Please login to write comment.