Color Hex Logo

#cab962 Color Hex

#CAB962
(202,185,98)
0 Favorites   0 Comments

Color spaces of #cab962

RGB 20218598
HSL0.140.500.59
HSV50°51°79°
CMYK 0.000.080.51   0.21
XYZ43.910748.136318.5322
Yxy48.13630.39710.4353
Hunter Lab69.3803-8.443232.7293
CIE-Lab74.9108-5.329245.9056

#cab962 color RGB value is (202,185,98).

#cab962 hex color red value is 202, green value is 185 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cab962 hue: 0.14 , saturation: 0.50 and the lightness value of cab962 is 0.59.

The process color (four color CMYK) of #cab962 color hex is 0.00, 0.08, 0.51, 0.21. Web safe color of #cab962 is #cccc66. Color #cab962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01100010
Octal 312 271 142
Decimal 202 185 98
Hex CA B9 62

RGB Percentages of Color #cab962

%41.65
%38.14
%20.21

CMYK Percentages of Color #cab962

%0
%8
%51
%21

Triadic Colors of #cab962

#cab962 #62cab9 #b962ca

Analogous Colors of #cab962

#cab962 #a7ca62 #ca8562

Monochromatic Colors of #cab962

#cab962

Complementary Color

#cab962 #6273ca

#cab962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab962 Color CSS Codes

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

#cab962 Text Font Color

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

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


#cab962 Background Color

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

This div background color is #cab962


#cab962 Border Color

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

This div border color is #cab962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab962


Comments

No comments written yet.

Please login to write comment.