Color Hex Logo

#cab953 Color Hex

#CAB953
(202,185,83)
0 Favorites   0 Comments

Color spaces of #cab953

RGB 20218583
HSL0.140.530.56
HSV51°59°79°
CMYK 0.000.080.59   0.21
XYZ43.267447.879015.1448
Yxy47.87900.40710.4505
Hunter Lab69.1947-9.474635.4593
CIE-Lab74.7485-6.526752.8380

#cab953 color RGB value is (202,185,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 01010011
Octal 312 271 123
Decimal 202 185 83
Hex CA B9 53

RGB Percentages of Color #cab953

%42.98
%39.36
%17.66

CMYK Percentages of Color #cab953

%0
%8
%59
%21

Triadic Colors of #cab953

#cab953 #53cab9 #b953ca

Analogous Colors of #cab953

#cab953 #a0ca53 #ca7e53

Monochromatic Colors of #cab953

#cab953

Complementary Color

#cab953 #5364ca

#cab953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab953 Color CSS Codes

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

#cab953 Text Font Color

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

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


#cab953 Background Color

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

This div background color is #cab953


#cab953 Border Color

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

This div border color is #cab953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab953


Comments

No comments written yet.

Please login to write comment.