Color Hex Logo

#cadd14 Color Hex

#CADD14
(202,221,20)
0 Favorites   0 Comments

Color spaces of #cadd14

RGB 20222120
HSL0.180.830.47
HSV66°91°87°
CMYK 0.090.000.91   0.13
XYZ50.339864.320010.4236
Yxy64.32000.40240.5142
Hunter Lab80.1998-28.308648.4339
CIE-Lab84.1321-27.064381.1497

#cadd14 color RGB value is (202,221,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 00010100
Octal 312 335 24
Decimal 202 221 20
Hex CA DD 14

RGB Percentages of Color #cadd14

%45.60
%49.89
%4.51

CMYK Percentages of Color #cadd14

%9
%0
%91
%13

Triadic Colors of #cadd14

#cadd14 #14cadd #dd14ca

Analogous Colors of #cadd14

#cadd14 #66dd14 #dd8c14

Monochromatic Colors of #cadd14

#cadd14

Complementary Color

#cadd14 #2714dd

#cadd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadd14 Color CSS Codes

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

#cadd14 Text Font Color

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

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


#cadd14 Background Color

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

This div background color is #cadd14


#cadd14 Border Color

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

This div border color is #cadd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadd14


Comments

No comments written yet.

Please login to write comment.