Color Hex Logo

#cab440 Color Hex

#CAB440
(202,180,64)
0 Favorites   0 Comments

Color spaces of #cab440

RGB 20218064
HSL0.140.570.52
HSV50°68°79°
CMYK 0.000.110.68   0.21
XYZ41.603845.569211.4535
Yxy45.56920.42180.4620
Hunter Lab67.5050-8.122837.1938
CIE-Lab73.2651-5.126759.4944

#cab440 color RGB value is (202,180,64).

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

The process color (four color CMYK) of #cab440 color hex is 0.00, 0.11, 0.68, 0.21. Web safe color of #cab440 is #cccc33. Color #cab440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 01000000
Octal 312 264 100
Decimal 202 180 64
Hex CA B4 40

RGB Percentages of Color #cab440

%45.29
%40.36
%14.35

CMYK Percentages of Color #cab440

%0
%11
%68
%21

Triadic Colors of #cab440

#cab440 #40cab4 #b440ca

Analogous Colors of #cab440

#cab440 #9bca40 #ca6f40

Monochromatic Colors of #cab440

#cab440

Complementary Color

#cab440 #4056ca

#cab440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab440 Color CSS Codes

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

#cab440 Text Font Color

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

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


#cab440 Background Color

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

This div background color is #cab440


#cab440 Border Color

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

This div border color is #cab440


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,180,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 #cab440">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab440


Comments

No comments written yet.

Please login to write comment.