Color Hex Logo

#cdee5f Color Hex

#CDEE5F
(205,238,95)
0 Favorites   0 Comments

Color spaces of #cdee5f

RGB 20523895
HSL0.210.810.65
HSV74°60°93°
CMYK 0.140.000.60   0.07
XYZ57.816974.954422.2469
Yxy74.95440.37300.4835
Hunter Lab86.5762-32.303445.3680
CIE-Lab89.3716-30.536563.8785

#cdee5f color RGB value is (205,238,95).

#cdee5f hex color red value is 205, green value is 238 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cdee5f hue: 0.21 , saturation: 0.81 and the lightness value of cdee5f is 0.65.

The process color (four color CMYK) of #cdee5f color hex is 0.14, 0.00, 0.60, 0.07. Web safe color of #cdee5f is #ccff66. Color #cdee5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 01011111
Octal 315 356 137
Decimal 205 238 95
Hex CD EE 5F

RGB Percentages of Color #cdee5f

%38.10
%44.24
%17.66

CMYK Percentages of Color #cdee5f

%14
%0
%60
%7

Triadic Colors of #cdee5f

#cdee5f #5fcdee #ee5fcd

Analogous Colors of #cdee5f

#cdee5f #86ee5f #eec85f

Monochromatic Colors of #cdee5f

#cdee5f

Complementary Color

#cdee5f #805fee

#cdee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdee5f Color CSS Codes

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

#cdee5f Text Font Color

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

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


#cdee5f Background Color

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

This div background color is #cdee5f


#cdee5f Border Color

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

This div border color is #cdee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdee5f


Comments

No comments written yet.

Please login to write comment.