Color Hex Logo

#cde93a Color Hex

#CDE93A
(205,233,58)
0 Favorites   0 Comments

Color spaces of #cde93a

RGB 20523358
HSL0.190.800.57
HSV70°75°91°
CMYK 0.120.000.75   0.09
XYZ55.079571.562514.9129
Yxy71.56250.38910.5055
Hunter Lab84.5946-31.819448.7642
CIE-Lab87.7576-30.373875.7990

#cde93a color RGB value is (205,233,58).

#cde93a hex color red value is 205, green value is 233 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cde93a hue: 0.19 , saturation: 0.80 and the lightness value of cde93a is 0.57.

The process color (four color CMYK) of #cde93a color hex is 0.12, 0.00, 0.75, 0.09. Web safe color of #cde93a is #ccff33. Color #cde93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101001 00111010
Octal 315 351 72
Decimal 205 233 58
Hex CD E9 3A

RGB Percentages of Color #cde93a

%41.33
%46.98
%11.69

CMYK Percentages of Color #cde93a

%12
%0
%75
%9

Triadic Colors of #cde93a

#cde93a #3acde9 #e93acd

Analogous Colors of #cde93a

#cde93a #76e93a #e9ae3a

Monochromatic Colors of #cde93a

#cde93a

Complementary Color

#cde93a #563ae9

#cde93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde93a Color CSS Codes

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

#cde93a Text Font Color

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

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


#cde93a Background Color

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

This div background color is #cde93a


#cde93a Border Color

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

This div border color is #cde93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde93a


Comments

No comments written yet.

Please login to write comment.