Color Hex Logo

#cabc40 Color Hex

#CABC40
(202,188,64)
0 Favorites   0 Comments

Color spaces of #cabc40

RGB 20218864
HSL0.150.570.52
HSV54°68°79°
CMYK 0.000.070.68   0.21
XYZ43.265848.893212.0075
Yxy48.89320.41540.4694
Hunter Lab69.9237-11.918238.7651
CIE-Lab75.3848-9.274061.6507

#cabc40 color RGB value is (202,188,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01000000
Octal 312 274 100
Decimal 202 188 64
Hex CA BC 40

RGB Percentages of Color #cabc40

%44.49
%41.41
%14.10

CMYK Percentages of Color #cabc40

%0
%7
%68
%21

Triadic Colors of #cabc40

#cabc40 #40cabc #bc40ca

Analogous Colors of #cabc40

#cabc40 #93ca40 #ca7740

Monochromatic Colors of #cabc40

#cabc40

Complementary Color

#cabc40 #404eca

#cabc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc40 Color CSS Codes

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

#cabc40 Text Font Color

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

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


#cabc40 Background Color

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

This div background color is #cabc40


#cabc40 Border Color

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

This div border color is #cabc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc40


Comments

No comments written yet.

Please login to write comment.