Color Hex Logo

#cadd28 Color Hex

#CADD28
(202,221,40)
0 Favorites   0 Comments

Color spaces of #cadd28

RGB 20222140
HSL0.180.730.51
HSV66°82°87°
CMYK 0.090.000.82   0.13
XYZ50.596664.422711.7756
Yxy64.42270.39900.5081
Hunter Lab80.2638-27.938947.4861
CIE-Lab84.1854-26.607277.4455

#cadd28 color RGB value is (202,221,40).

#cadd28 hex color red value is 202, green value is 221 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cadd28 hue: 0.18 , saturation: 0.73 and the lightness value of cadd28 is 0.51.

The process color (four color CMYK) of #cadd28 color hex is 0.09, 0.00, 0.82, 0.13. Web safe color of #cadd28 is #cccc33. Color #cadd28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00101000
Octal 312 335 50
Decimal 202 221 40
Hex CA DD 28

RGB Percentages of Color #cadd28

%43.63
%47.73
%8.64

CMYK Percentages of Color #cadd28

%9
%0
%82
%13

Triadic Colors of #cadd28

#cadd28 #28cadd #dd28ca

Analogous Colors of #cadd28

#cadd28 #70dd28 #dd9628

Monochromatic Colors of #cadd28

#cadd28

Complementary Color

#cadd28 #3b28dd

#cadd28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd28 Color CSS Codes

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

#cadd28 Text Font Color

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

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


#cadd28 Background Color

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

This div background color is #cadd28


#cadd28 Border Color

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

This div border color is #cadd28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd28


Comments

No comments written yet.

Please login to write comment.