Color Hex Logo

#cde74a Color Hex

#CDE74A
(205,231,74)
0 Favorites   0 Comments

Color spaces of #cde74a

RGB 20523174
HSL0.190.770.60
HSV70°68°91°
CMYK 0.110.000.68   0.09
XYZ54.988870.625417.2124
Yxy70.62540.38500.4945
Hunter Lab84.0389-30.271046.6838
CIE-Lab87.3027-28.642169.9671

#cde74a color RGB value is (205,231,74).

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

The process color (four color CMYK) of #cde74a color hex is 0.11, 0.00, 0.68, 0.09. Web safe color of #cde74a is #ccff33. Color #cde74a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100111 01001010
Octal 315 347 112
Decimal 205 231 74
Hex CD E7 4A

RGB Percentages of Color #cde74a

%40.20
%45.29
%14.51

CMYK Percentages of Color #cde74a

%11
%0
%68
%9

Triadic Colors of #cde74a

#cde74a #4acde7 #e74acd

Analogous Colors of #cde74a

#cde74a #7fe74a #e7b34a

Monochromatic Colors of #cde74a

#cde74a

Complementary Color

#cde74a #644ae7

#cde74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde74a Color CSS Codes

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

#cde74a Text Font Color

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

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


#cde74a Background Color

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

This div background color is #cde74a


#cde74a Border Color

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

This div border color is #cde74a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,231,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 #cde74a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde74a


Comments

No comments written yet.

Please login to write comment.