Color Hex Logo

#cabc72 Color Hex

#CABC72
(202,188,114)
0 Favorites   0 Comments

Color spaces of #cabc72

RGB 202188114
HSL0.140.450.62
HSV50°44°79°
CMYK 0.000.070.44   0.21
XYZ45.377649.737923.1283
Yxy49.73790.38380.4206
Hunter Lab70.5251-8.567629.9238
CIE-Lab75.9081-5.370839.1300

#cabc72 color RGB value is (202,188,114).

#cabc72 hex color red value is 202, green value is 188 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cabc72 hue: 0.14 , saturation: 0.45 and the lightness value of cabc72 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01110010
Octal 312 274 162
Decimal 202 188 114
Hex CA BC 72

RGB Percentages of Color #cabc72

%40.08
%37.30
%22.62

CMYK Percentages of Color #cabc72

%0
%7
%44
%21

Triadic Colors of #cabc72

#cabc72 #72cabc #bc72ca

Analogous Colors of #cabc72

#cabc72 #acca72 #ca9072

Monochromatic Colors of #cabc72

#cabc72

Complementary Color

#cabc72 #7280ca

#cabc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc72 Color CSS Codes

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

#cabc72 Text Font Color

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

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


#cabc72 Background Color

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

This div background color is #cabc72


#cabc72 Border Color

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

This div border color is #cabc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc72


Comments

No comments written yet.

Please login to write comment.