Color Hex Logo

#cab001 Color Hex

#CAB001
(202,176,1)
0 Favorites   0 Comments

Color spaces of #cab001

RGB 2021761
HSL0.150.990.40
HSV52°100°79°
CMYK 0.000.131.00   0.21
XYZ39.887943.60946.3439
Yxy43.60940.44400.4854
Hunter Lab66.0374-7.748040.5305
CIE-Lab71.9666-4.822574.1321

#cab001 color RGB value is (202,176,1).

#cab001 hex color red value is 202, green value is 176 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cab001 hue: 0.15 , saturation: 0.99 and the lightness value of cab001 is 0.40.

The process color (four color CMYK) of #cab001 color hex is 0.00, 0.13, 1.00, 0.21. Web safe color of #cab001 is #cc9900. Color #cab001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 00000001
Octal 312 260 1
Decimal 202 176 1
Hex CA B0 1

RGB Percentages of Color #cab001

%53.30
%46.44
%0.26

CMYK Percentages of Color #cab001

%0
%13
%100
%21

Triadic Colors of #cab001

#cab001 #01cab0 #b001ca

Analogous Colors of #cab001

#cab001 #80ca01 #ca4c01

Monochromatic Colors of #cab001

#cab001

Complementary Color

#cab001 #011bca

#cab001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab001 Color CSS Codes

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

#cab001 Text Font Color

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

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


#cab001 Background Color

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

This div background color is #cab001


#cab001 Border Color

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

This div border color is #cab001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab001


Comments

No comments written yet.

Please login to write comment.