Color Hex Logo

#cabc52 Color Hex

#CABC52
(202,188,82)
0 Favorites   0 Comments

Color spaces of #cabc52

RGB 20218882
HSL0.150.530.56
HSV53°59°79°
CMYK 0.000.070.59   0.21
XYZ43.863349.132215.1543
Yxy49.13220.40560.4543
Hunter Lab70.0944-10.964336.2476
CIE-Lab75.5335-8.152354.1697

#cabc52 color RGB value is (202,188,82).

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

The process color (four color CMYK) of #cabc52 color hex is 0.00, 0.07, 0.59, 0.21. Web safe color of #cabc52 is #cccc66. Color #cabc52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01010010
Octal 312 274 122
Decimal 202 188 82
Hex CA BC 52

RGB Percentages of Color #cabc52

%42.80
%39.83
%17.37

CMYK Percentages of Color #cabc52

%0
%7
%59
%21

Triadic Colors of #cabc52

#cabc52 #52cabc #bc52ca

Analogous Colors of #cabc52

#cabc52 #9cca52 #ca8052

Monochromatic Colors of #cabc52

#cabc52

Complementary Color

#cabc52 #5260ca

#cabc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc52 Color CSS Codes

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

#cabc52 Text Font Color

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

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


#cabc52 Background Color

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

This div background color is #cabc52


#cabc52 Border Color

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

This div border color is #cabc52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc52


Comments

No comments written yet.

Please login to write comment.