Color Hex Logo

#cadd56 Color Hex

#CADD56
(202,221,86)
0 Favorites   0 Comments

Color spaces of #cadd56

RGB 20222186
HSL0.190.670.60
HSV68°61°87°
CMYK 0.090.000.61   0.13
XYZ51.893364.941318.6040
Yxy64.94130.38320.4795
Hunter Lab80.5862-26.081142.7227
CIE-Lab84.4535-24.330262.2155

#cadd56 color RGB value is (202,221,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 01010110
Octal 312 335 126
Decimal 202 221 86
Hex CA DD 56

RGB Percentages of Color #cadd56

%39.69
%43.42
%16.90

CMYK Percentages of Color #cadd56

%9
%0
%61
%13

Triadic Colors of #cadd56

#cadd56 #56cadd #dd56ca

Analogous Colors of #cadd56

#cadd56 #87dd56 #ddad56

Monochromatic Colors of #cadd56

#cadd56

Complementary Color

#cadd56 #6956dd

#cadd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd56 Color CSS Codes

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

#cadd56 Text Font Color

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

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


#cadd56 Background Color

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

This div background color is #cadd56


#cadd56 Border Color

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

This div border color is #cadd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd56


Comments

No comments written yet.

Please login to write comment.