Color Hex Logo

#cadd64 Color Hex

#CADD64
(202,221,100)
0 Favorites   0 Comments

Color spaces of #cadd64

RGB 202221100
HSL0.190.640.63
HSV69°55°87°
CMYK 0.090.000.55   0.13
XYZ52.513865.189621.8717
Yxy65.18960.37620.4671
Hunter Lab80.7401-25.197740.4570
CIE-Lab84.5813-23.259056.2854

#cadd64 color RGB value is (202,221,100).

#cadd64 hex color red value is 202, green value is 221 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cadd64 hue: 0.19 , saturation: 0.64 and the lightness value of cadd64 is 0.63.

The process color (four color CMYK) of #cadd64 color hex is 0.09, 0.00, 0.55, 0.13. Web safe color of #cadd64 is #cccc66. Color #cadd64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01100100
Octal 312 335 144
Decimal 202 221 100
Hex CA DD 64

RGB Percentages of Color #cadd64

%38.62
%42.26
%19.12

CMYK Percentages of Color #cadd64

%9
%0
%55
%13

Triadic Colors of #cadd64

#cadd64 #64cadd #dd64ca

Analogous Colors of #cadd64

#cadd64 #8edd64 #ddb464

Monochromatic Colors of #cadd64

#cadd64

Complementary Color

#cadd64 #7764dd

#cadd64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd64 Color CSS Codes

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

#cadd64 Text Font Color

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

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


#cadd64 Background Color

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

This div background color is #cadd64


#cadd64 Border Color

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

This div border color is #cadd64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd64


Comments

No comments written yet.

Please login to write comment.