Color Hex Logo

#cab007 Color Hex

#CAB007
(202,176,7)
0 Favorites   0 Comments

Color spaces of #cab007

RGB 2021767
HSL0.140.930.41
HSV52°97°79°
CMYK 0.000.130.97   0.21
XYZ39.920843.62266.5170
Yxy43.62260.44330.4844
Hunter Lab66.0474-7.692840.3829
CIE-Lab71.9755-4.757973.4485

#cab007 color RGB value is (202,176,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110000 00000111
Octal 312 260 7
Decimal 202 176 7
Hex CA B0 7

RGB Percentages of Color #cab007

%52.47
%45.71
%1.82

CMYK Percentages of Color #cab007

%0
%13
%97
%21

Triadic Colors of #cab007

#cab007 #07cab0 #b007ca

Analogous Colors of #cab007

#cab007 #83ca07 #ca4e07

Monochromatic Colors of #cab007

#cab007

Complementary Color

#cab007 #0721ca

#cab007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab007 Color CSS Codes

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

#cab007 Text Font Color

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

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


#cab007 Background Color

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

This div background color is #cab007


#cab007 Border Color

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

This div border color is #cab007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab007


Comments

No comments written yet.

Please login to write comment.