Color Hex Logo

#cdef1e Color Hex

#CDEF1E
(205,239,30)
0 Favorites   0 Comments

Color spaces of #cdef1e

RGB 20523930
HSL0.190.870.53
HSV70°87°94°
CMYK 0.140.000.87   0.06
XYZ56.277774.805912.7011
Yxy74.80590.39140.5203
Hunter Lab86.4904-35.211651.8366
CIE-Lab89.3020-34.029783.8336

#cdef1e color RGB value is (205,239,30).

#cdef1e hex color red value is 205, green value is 239 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cdef1e hue: 0.19 , saturation: 0.87 and the lightness value of cdef1e is 0.53.

The process color (four color CMYK) of #cdef1e color hex is 0.14, 0.00, 0.87, 0.06. Web safe color of #cdef1e is #ccff33. Color #cdef1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 00011110
Octal 315 357 36
Decimal 205 239 30
Hex CD EF 1E

RGB Percentages of Color #cdef1e

%43.25
%50.42
%6.33

CMYK Percentages of Color #cdef1e

%14
%0
%87
%6

Triadic Colors of #cdef1e

#cdef1e #1ecdef #ef1ecd

Analogous Colors of #cdef1e

#cdef1e #65ef1e #efa91e

Monochromatic Colors of #cdef1e

#cdef1e

Complementary Color

#cdef1e #401eef

#cdef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdef1e Color CSS Codes

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

#cdef1e Text Font Color

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

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


#cdef1e Background Color

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

This div background color is #cdef1e


#cdef1e Border Color

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

This div border color is #cdef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdef1e


Comments

No comments written yet.

Please login to write comment.