Color Hex Logo

#cde80f Color Hex

#CDE80F
(205,232,15)
0 Favorites   0 Comments

Color spaces of #cde80f

RGB 20523215
HSL0.190.880.48
HSV67°94°91°
CMYK 0.120.000.94   0.09
XYZ54.119770.726911.2512
Yxy70.72690.39770.5197
Hunter Lab84.0993-32.305250.9374
CIE-Lab87.3522-31.061984.3415

#cde80f color RGB value is (205,232,15).

#cde80f hex color red value is 205, green value is 232 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cde80f hue: 0.19 , saturation: 0.88 and the lightness value of cde80f is 0.48.

The process color (four color CMYK) of #cde80f color hex is 0.12, 0.00, 0.94, 0.09. Web safe color of #cde80f is #ccff00. Color #cde80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101000 00001111
Octal 315 350 17
Decimal 205 232 15
Hex CD E8 F

RGB Percentages of Color #cde80f

%45.35
%51.33
%3.32

CMYK Percentages of Color #cde80f

%12
%0
%94
%9

Triadic Colors of #cde80f

#cde80f #0fcde8 #e80fcd

Analogous Colors of #cde80f

#cde80f #60e80f #e8970f

Monochromatic Colors of #cde80f

#cde80f

Complementary Color

#cde80f #2a0fe8

#cde80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde80f Color CSS Codes

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

#cde80f Text Font Color

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

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


#cde80f Background Color

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

This div background color is #cde80f


#cde80f Border Color

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

This div border color is #cde80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde80f


Comments

No comments written yet.

Please login to write comment.