Color Hex Logo

#cabc70 Color Hex

#CABC70
(202,188,112)
0 Favorites   0 Comments

Color spaces of #cabc70

RGB 202188112
HSL0.140.460.62
HSV51°45°79°
CMYK 0.000.070.45   0.21
XYZ45.265049.692822.5352
Yxy49.69280.38530.4229
Hunter Lab70.4931-8.744630.3914
CIE-Lab75.8803-5.574540.1110

#cabc70 color RGB value is (202,188,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01110000
Octal 312 274 160
Decimal 202 188 112
Hex CA BC 70

RGB Percentages of Color #cabc70

%40.24
%37.45
%22.31

CMYK Percentages of Color #cabc70

%0
%7
%45
%21

Triadic Colors of #cabc70

#cabc70 #70cabc #bc70ca

Analogous Colors of #cabc70

#cabc70 #abca70 #ca8f70

Monochromatic Colors of #cabc70

#cabc70

Complementary Color

#cabc70 #707eca

#cabc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc70 Color CSS Codes

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

#cabc70 Text Font Color

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

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


#cabc70 Background Color

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

This div background color is #cabc70


#cabc70 Border Color

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

This div border color is #cabc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc70


Comments

No comments written yet.

Please login to write comment.