Color Hex Logo

#cadd31 Color Hex

#CADD31
(202,221,49)
0 Favorites   0 Comments

Color spaces of #cadd31

RGB 20222149
HSL0.190.720.53
HSV67°78°87°
CMYK 0.090.000.78   0.13
XYZ50.768064.491212.6780
Yxy64.49120.39680.5041
Hunter Lab80.3064-27.692346.8544
CIE-Lab84.2209-26.303175.1323

#cadd31 color RGB value is (202,221,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00110001
Octal 312 335 61
Decimal 202 221 49
Hex CA DD 31

RGB Percentages of Color #cadd31

%42.80
%46.82
%10.38

CMYK Percentages of Color #cadd31

%9
%0
%78
%13

Triadic Colors of #cadd31

#cadd31 #31cadd #dd31ca

Analogous Colors of #cadd31

#cadd31 #74dd31 #dd9a31

Monochromatic Colors of #cadd31

#cadd31

Complementary Color

#cadd31 #4431dd

#cadd31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd31 Color CSS Codes

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

#cadd31 Text Font Color

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

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


#cadd31 Background Color

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

This div background color is #cadd31


#cadd31 Border Color

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

This div border color is #cadd31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd31


Comments

No comments written yet.

Please login to write comment.