Color Hex Logo

#cabc47 Color Hex

#CABC47
(202,188,71)
0 Favorites   0 Comments

Color spaces of #cabc47

RGB 20218871
HSL0.150.550.54
HSV54°65°79°
CMYK 0.000.070.65   0.21
XYZ43.477748.977913.1234
Yxy48.97790.41180.4639
Hunter Lab69.9842-11.579237.8709
CIE-Lab75.4376-8.874558.8582

#cabc47 color RGB value is (202,188,71).

#cabc47 hex color red value is 202, green value is 188 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cabc47 hue: 0.15 , saturation: 0.55 and the lightness value of cabc47 is 0.54.

The process color (four color CMYK) of #cabc47 color hex is 0.00, 0.07, 0.65, 0.21. Web safe color of #cabc47 is #cccc33. Color #cabc47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01000111
Octal 312 274 107
Decimal 202 188 71
Hex CA BC 47

RGB Percentages of Color #cabc47

%43.82
%40.78
%15.40

CMYK Percentages of Color #cabc47

%0
%7
%65
%21

Triadic Colors of #cabc47

#cabc47 #47cabc #bc47ca

Analogous Colors of #cabc47

#cabc47 #97ca47 #ca7b47

Monochromatic Colors of #cabc47

#cabc47

Complementary Color

#cabc47 #4755ca

#cabc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc47 Color CSS Codes

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

#cabc47 Text Font Color

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

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


#cabc47 Background Color

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

This div background color is #cabc47


#cabc47 Border Color

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

This div border color is #cabc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc47


Comments

No comments written yet.

Please login to write comment.