Color Hex Logo

#cde298 Color Hex

#CDE298
(205,226,152)
0 Favorites   0 Comments

Color spaces of #cde298

RGB 205226152
HSL0.210.560.74
HSV77°33°89°
CMYK 0.090.000.33   0.11
XYZ58.040769.638840.0883
Yxy69.63880.34600.4151
Hunter Lab83.4499-21.887729.9327
CIE-Lab86.8194-18.989633.9298

#cde298 color RGB value is (205,226,152).

#cde298 hex color red value is 205, green value is 226 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cde298 hue: 0.21 , saturation: 0.56 and the lightness value of cde298 is 0.74.

The process color (four color CMYK) of #cde298 color hex is 0.09, 0.00, 0.33, 0.11. Web safe color of #cde298 is #cccc99. Color #cde298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100010 10011000
Octal 315 342 230
Decimal 205 226 152
Hex CD E2 98

RGB Percentages of Color #cde298

%35.16
%38.77
%26.07

CMYK Percentages of Color #cde298

%9
%0
%33
%11

Triadic Colors of #cde298

#cde298 #98cde2 #e298cd

Analogous Colors of #cde298

#cde298 #a8e298 #e2d298

Monochromatic Colors of #cde298

#cde298

Complementary Color

#cde298 #ad98e2

#cde298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde298 Color CSS Codes

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

#cde298 Text Font Color

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

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


#cde298 Background Color

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

This div background color is #cde298


#cde298 Border Color

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

This div border color is #cde298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,226,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 #cde298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde298


Comments

No comments written yet.

Please login to write comment.