Color Hex Logo

#cab457 Color Hex

#CAB457
(202,180,87)
0 Favorites   0 Comments

Color spaces of #cab457

RGB 20218087
HSL0.130.520.57
HSV49°57°79°
CMYK 0.000.110.57   0.21
XYZ42.398745.887215.6393
Yxy45.88720.40800.4415
Hunter Lab67.7401-6.821533.7297
CIE-Lab73.4723-3.617149.5218

#cab457 color RGB value is (202,180,87).

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

The process color (four color CMYK) of #cab457 color hex is 0.00, 0.11, 0.57, 0.21. Web safe color of #cab457 is #cccc66. Color #cab457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 01010111
Octal 312 264 127
Decimal 202 180 87
Hex CA B4 57

RGB Percentages of Color #cab457

%43.07
%38.38
%18.55

CMYK Percentages of Color #cab457

%0
%11
%57
%21

Triadic Colors of #cab457

#cab457 #57cab4 #b457ca

Analogous Colors of #cab457

#cab457 #a7ca57 #ca7b57

Monochromatic Colors of #cab457

#cab457

Complementary Color

#cab457 #576dca

#cab457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab457 Color CSS Codes

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

#cab457 Text Font Color

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

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


#cab457 Background Color

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

This div background color is #cab457


#cab457 Border Color

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

This div border color is #cab457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab457


Comments

No comments written yet.

Please login to write comment.