Color Hex Logo

#cadd10 Color Hex

#CADD10
(202,221,16)
0 Favorites   0 Comments

Color spaces of #cadd10

RGB 20222116
HSL0.180.860.46
HSV66°93°87°
CMYK 0.090.000.93   0.13
XYZ50.307164.306910.2512
Yxy64.30690.40290.5150
Hunter Lab80.1916-28.355748.5548
CIE-Lab84.1253-27.122681.6452

#cadd10 color RGB value is (202,221,16).

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

The process color (four color CMYK) of #cadd10 color hex is 0.09, 0.00, 0.93, 0.13. Web safe color of #cadd10 is #cccc00. Color #cadd10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00010000
Octal 312 335 20
Decimal 202 221 16
Hex CA DD 10

RGB Percentages of Color #cadd10

%46.01
%50.34
%3.64

CMYK Percentages of Color #cadd10

%9
%0
%93
%13

Triadic Colors of #cadd10

#cadd10 #10cadd #dd10ca

Analogous Colors of #cadd10

#cadd10 #63dd10 #dd8a10

Monochromatic Colors of #cadd10

#cadd10

Complementary Color

#cadd10 #2310dd

#cadd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd10 Color CSS Codes

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

#cadd10 Text Font Color

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

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


#cadd10 Background Color

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

This div background color is #cadd10


#cadd10 Border Color

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

This div border color is #cadd10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd10


Comments

No comments written yet.

Please login to write comment.