Color Hex Logo

#cacd37 Color Hex

#CACD37
(202,205,55)
0 Favorites   0 Comments

Color spaces of #cacd37

RGB 20220555
HSL0.170.600.51
HSV61°73°80°
CMYK 0.010.000.73   0.20
XYZ46.878056.495012.0483
Yxy56.49500.40610.4895
Hunter Lab75.1632-20.208143.1103
CIE-Lab79.8947-18.294069.3179

#cacd37 color RGB value is (202,205,55).

#cacd37 hex color red value is 202, green value is 205 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cacd37 hue: 0.17 , saturation: 0.60 and the lightness value of cacd37 is 0.51.

The process color (four color CMYK) of #cacd37 color hex is 0.01, 0.00, 0.73, 0.20. Web safe color of #cacd37 is #cccc33. Color #cacd37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001101 00110111
Octal 312 315 67
Decimal 202 205 55
Hex CA CD 37

RGB Percentages of Color #cacd37

%43.72
%44.37
%11.90

CMYK Percentages of Color #cacd37

%1
%0
%73
%20

Triadic Colors of #cacd37

#cacd37 #37cacd #cd37ca

Analogous Colors of #cacd37

#cacd37 #7fcd37 #cd8537

Monochromatic Colors of #cacd37

#cacd37

Complementary Color

#cacd37 #3a37cd

#cacd37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacd37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacd37 Color CSS Codes

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

#cacd37 Text Font Color

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

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


#cacd37 Background Color

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

This div background color is #cacd37


#cacd37 Border Color

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

This div border color is #cacd37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacd37


Comments

No comments written yet.

Please login to write comment.