Color Hex Logo

#cde616 Color Hex

#CDE616
(205,230,22)
0 Favorites   0 Comments

Color spaces of #cde616

RGB 20523022
HSL0.190.830.49
HSV67°90°90°
CMYK 0.110.000.90   0.10
XYZ53.618569.630711.3731
Yxy69.63070.39830.5172
Hunter Lab83.4450-31.331750.3306
CIE-Lab86.8154-30.031683.0784

#cde616 color RGB value is (205,230,22).

#cde616 hex color red value is 205, green value is 230 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #cde616 hue: 0.19 , saturation: 0.83 and the lightness value of cde616 is 0.49.

The process color (four color CMYK) of #cde616 color hex is 0.11, 0.00, 0.90, 0.10. Web safe color of #cde616 is #ccff00. Color #cde616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 00010110
Octal 315 346 26
Decimal 205 230 22
Hex CD E6 16

RGB Percentages of Color #cde616

%44.86
%50.33
%4.81

CMYK Percentages of Color #cde616

%11
%0
%90
%10

Triadic Colors of #cde616

#cde616 #16cde6 #e616cd

Analogous Colors of #cde616

#cde616 #65e616 #e69716

Monochromatic Colors of #cde616

#cde616

Complementary Color

#cde616 #2f16e6

#cde616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde616 Color CSS Codes

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

#cde616 Text Font Color

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

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


#cde616 Background Color

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

This div background color is #cde616


#cde616 Border Color

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

This div border color is #cde616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde616


Comments

No comments written yet.

Please login to write comment.