Color Hex Logo

#cdee98 Color Hex

#CDEE98
(205,238,152)
0 Favorites   0 Comments

Color spaces of #cdee98

RGB 205238152
HSL0.230.720.76
HSV83°36°93°
CMYK 0.140.000.36   0.07
XYZ61.418976.395241.2144
Yxy76.39520.34310.4267
Hunter Lab87.4043-27.525933.2256
CIE-Lab90.0425-24.807038.1571

#cdee98 color RGB value is (205,238,152).

#cdee98 hex color red value is 205, green value is 238 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cdee98 hue: 0.23 , saturation: 0.72 and the lightness value of cdee98 is 0.76.

The process color (four color CMYK) of #cdee98 color hex is 0.14, 0.00, 0.36, 0.07. Web safe color of #cdee98 is #ccff99. Color #cdee98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10011000
Octal 315 356 230
Decimal 205 238 152
Hex CD EE 98

RGB Percentages of Color #cdee98

%34.45
%40.00
%25.55

CMYK Percentages of Color #cdee98

%14
%0
%36
%7

Triadic Colors of #cdee98

#cdee98 #98cdee #ee98cd

Analogous Colors of #cdee98

#cdee98 #a2ee98 #eee498

Monochromatic Colors of #cdee98

#cdee98

Complementary Color

#cdee98 #b998ee

#cdee98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdee98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdee98 Color CSS Codes

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

#cdee98 Text Font Color

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

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


#cdee98 Background Color

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

This div background color is #cdee98


#cdee98 Border Color

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

This div border color is #cdee98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdee98


Comments

No comments written yet.

Please login to write comment.