Color Hex Logo

#cdee2f Color Hex

#CDEE2F
(205,238,47)
0 Favorites   0 Comments

Color spaces of #cdee2f

RGB 20523847
HSL0.200.850.56
HSV70°80°93°
CMYK 0.140.000.80   0.07
XYZ56.264574.333414.0717
Yxy74.33340.38890.5138
Hunter Lab86.2168-34.391650.6749
CIE-Lab89.0798-33.104980.0548

#cdee2f color RGB value is (205,238,47).

#cdee2f hex color red value is 205, green value is 238 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cdee2f hue: 0.20 , saturation: 0.85 and the lightness value of cdee2f is 0.56.

The process color (four color CMYK) of #cdee2f color hex is 0.14, 0.00, 0.80, 0.07. Web safe color of #cdee2f is #ccff33. Color #cdee2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 00101111
Octal 315 356 57
Decimal 205 238 47
Hex CD EE 2F

RGB Percentages of Color #cdee2f

%41.84
%48.57
%9.59

CMYK Percentages of Color #cdee2f

%14
%0
%80
%7

Triadic Colors of #cdee2f

#cdee2f #2fcdee #ee2fcd

Analogous Colors of #cdee2f

#cdee2f #6eee2f #eeb02f

Monochromatic Colors of #cdee2f

#cdee2f

Complementary Color

#cdee2f #502fee

#cdee2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdee2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdee2f Color CSS Codes

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

#cdee2f Text Font Color

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

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


#cdee2f Background Color

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

This div background color is #cdee2f


#cdee2f Border Color

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

This div border color is #cdee2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdee2f


Comments

No comments written yet.

Please login to write comment.