Color Hex Logo

#cde993 Color Hex

#CDE993
(205,233,147)
0 Favorites   0 Comments

Color spaces of #cde993

RGB 205233147
HSL0.220.660.75
HSV80°37°91°
CMYK 0.120.000.37   0.09
XYZ59.582273.363538.6240
Yxy73.36350.34730.4276
Hunter Lab85.6525-25.722433.2206
CIE-Lab88.6208-23.031638.8027

#cde993 color RGB value is (205,233,147).

#cde993 hex color red value is 205, green value is 233 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cde993 hue: 0.22 , saturation: 0.66 and the lightness value of cde993 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101001 10010011
Octal 315 351 223
Decimal 205 233 147
Hex CD E9 93

RGB Percentages of Color #cde993

%35.04
%39.83
%25.13

CMYK Percentages of Color #cde993

%12
%0
%37
%9

Triadic Colors of #cde993

#cde993 #93cde9 #e993cd

Analogous Colors of #cde993

#cde993 #a2e993 #e9da93

Monochromatic Colors of #cde993

#cde993

Complementary Color

#cde993 #af93e9

#cde993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde993 Color CSS Codes

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

#cde993 Text Font Color

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

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


#cde993 Background Color

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

This div background color is #cde993


#cde993 Border Color

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

This div border color is #cde993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde993


Comments

No comments written yet.

Please login to write comment.