Color Hex Logo

#cde983 Color Hex

#CDE983
(205,233,131)
0 Favorites   0 Comments

Color spaces of #cde983

RGB 205233131
HSL0.210.700.71
HSV76°44°91°
CMYK 0.120.000.44   0.09
XYZ58.412572.895732.4643
Yxy72.89570.35670.4451
Hunter Lab85.3790-27.291537.2210
CIE-Lab88.3979-24.889846.3845

#cde983 color RGB value is (205,233,131).

#cde983 hex color red value is 205, green value is 233 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cde983 hue: 0.21 , saturation: 0.70 and the lightness value of cde983 is 0.71.

The process color (four color CMYK) of #cde983 color hex is 0.12, 0.00, 0.44, 0.09. Web safe color of #cde983 is #ccff99. Color #cde983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101001 10000011
Octal 315 351 203
Decimal 205 233 131
Hex CD E9 83

RGB Percentages of Color #cde983

%36.03
%40.95
%23.02

CMYK Percentages of Color #cde983

%12
%0
%44
%9

Triadic Colors of #cde983

#cde983 #83cde9 #e983cd

Analogous Colors of #cde983

#cde983 #9ae983 #e9d283

Monochromatic Colors of #cde983

#cde983

Complementary Color

#cde983 #9f83e9

#cde983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde983 Color CSS Codes

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

#cde983 Text Font Color

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

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


#cde983 Background Color

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

This div background color is #cde983


#cde983 Border Color

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

This div border color is #cde983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde983


Comments

No comments written yet.

Please login to write comment.