Color Hex Logo

#cab017 Color Hex

#CAB017
(202,176,23)
0 Favorites   0 Comments

Color spaces of #cab017

RGB 20217623
HSL0.140.800.44
HSV51°89°79°
CMYK 0.000.130.89   0.21
XYZ40.037143.66917.1294
Yxy43.66910.44080.4807
Hunter Lab66.0826-7.497739.8612
CIE-Lab72.0068-4.529371.1248

#cab017 color RGB value is (202,176,23).

#cab017 hex color red value is 202, green value is 176 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #cab017 hue: 0.14 , saturation: 0.80 and the lightness value of cab017 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 00010111
Octal 312 260 27
Decimal 202 176 23
Hex CA B0 17

RGB Percentages of Color #cab017

%50.37
%43.89
%5.74

CMYK Percentages of Color #cab017

%0
%13
%89
%21

Triadic Colors of #cab017

#cab017 #17cab0 #b017ca

Analogous Colors of #cab017

#cab017 #8bca17 #ca5617

Monochromatic Colors of #cab017

#cab017

Complementary Color

#cab017 #1731ca

#cab017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab017 Color CSS Codes

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

#cab017 Text Font Color

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

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


#cab017 Background Color

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

This div background color is #cab017


#cab017 Border Color

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

This div border color is #cab017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab017


Comments

No comments written yet.

Please login to write comment.