Color Hex Logo

#cab946 Color Hex

#CAB946
(202,185,70)
0 Favorites   0 Comments

Color spaces of #cab946

RGB 20218570
HSL0.150.550.53
HSV52°65°79°
CMYK 0.000.080.65   0.21
XYZ42.811647.696712.7443
Yxy47.69670.41460.4619
Hunter Lab69.0628-10.208937.4031
CIE-Lab74.6332-7.385058.4319

#cab946 color RGB value is (202,185,70).

#cab946 hex color red value is 202, green value is 185 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cab946 hue: 0.15 , saturation: 0.55 and the lightness value of cab946 is 0.53.

The process color (four color CMYK) of #cab946 color hex is 0.00, 0.08, 0.65, 0.21. Web safe color of #cab946 is #cccc33. Color #cab946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01000110
Octal 312 271 106
Decimal 202 185 70
Hex CA B9 46

RGB Percentages of Color #cab946

%44.20
%40.48
%15.32

CMYK Percentages of Color #cab946

%0
%8
%65
%21

Triadic Colors of #cab946

#cab946 #46cab9 #b946ca

Analogous Colors of #cab946

#cab946 #99ca46 #ca7746

Monochromatic Colors of #cab946

#cab946

Complementary Color

#cab946 #4657ca

#cab946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab946 Color CSS Codes

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

#cab946 Text Font Color

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

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


#cab946 Background Color

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

This div background color is #cab946


#cab946 Border Color

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

This div border color is #cab946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab946


Comments

No comments written yet.

Please login to write comment.