Color Hex Logo

#cabc74 Color Hex

#CABC74
(202,188,116)
0 Favorites   0 Comments

Color spaces of #cabc74

RGB 202188116
HSL0.140.450.62
HSV50°43°79°
CMYK 0.000.070.43   0.21
XYZ45.492749.784023.7345
Yxy49.78400.38230.4183
Hunter Lab70.5578-8.386829.4462
CIE-Lab75.9365-5.163038.1453

#cabc74 color RGB value is (202,188,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01110100
Octal 312 274 164
Decimal 202 188 116
Hex CA BC 74

RGB Percentages of Color #cabc74

%39.92
%37.15
%22.92

CMYK Percentages of Color #cabc74

%0
%7
%43
%21

Triadic Colors of #cabc74

#cabc74 #74cabc #bc74ca

Analogous Colors of #cabc74

#cabc74 #adca74 #ca9174

Monochromatic Colors of #cabc74

#cabc74

Complementary Color

#cabc74 #7482ca

#cabc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc74 Color CSS Codes

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

#cabc74 Text Font Color

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

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


#cabc74 Background Color

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

This div background color is #cabc74


#cabc74 Border Color

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

This div border color is #cabc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc74

#cabc74 Color Palettes


Comments

No comments written yet.

Please login to write comment.