Color Hex Logo

#cde14a Color Hex

#CDE14A
(205,225,74)
0 Favorites   0 Comments

Color spaces of #cde14a

RGB 20522574
HSL0.190.720.59
HSV68°67°88°
CMYK 0.090.000.67   0.12
XYZ53.338167.324016.6622
Yxy67.32400.38840.4903
Hunter Lab82.0512-27.554145.3958
CIE-Lab85.6673-25.804368.3122

#cde14a color RGB value is (205,225,74).

#cde14a hex color red value is 205, green value is 225 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cde14a hue: 0.19 , saturation: 0.72 and the lightness value of cde14a is 0.59.

The process color (four color CMYK) of #cde14a color hex is 0.09, 0.00, 0.67, 0.12. Web safe color of #cde14a is #cccc33. Color #cde14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 01001010
Octal 315 341 112
Decimal 205 225 74
Hex CD E1 4A

RGB Percentages of Color #cde14a

%40.67
%44.64
%14.68

CMYK Percentages of Color #cde14a

%9
%0
%67
%12

Triadic Colors of #cde14a

#cde14a #4acde1 #e14acd

Analogous Colors of #cde14a

#cde14a #82e14a #e1aa4a

Monochromatic Colors of #cde14a

#cde14a

Complementary Color

#cde14a #5e4ae1

#cde14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde14a Color CSS Codes

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

#cde14a Text Font Color

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

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


#cde14a Background Color

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

This div background color is #cde14a


#cde14a Border Color

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

This div border color is #cde14a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,225,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde14a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde14a;
  -webkit-box-shadow: 1px 1px 3px 2px #cde14a;
  box-shadow:         1px 1px 3px 2px #cde14a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,225,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde14a


Comments

No comments written yet.

Please login to write comment.