Color Hex Logo

#cde190 Color Hex

#CDE190
(205,225,144)
0 Favorites   0 Comments

Color spaces of #cde190

RGB 205225144
HSL0.210.570.72
HSV75°36°88°
CMYK 0.090.000.36   0.12
XYZ57.136168.843236.6622
Yxy68.84320.35130.4233
Hunter Lab82.9718-22.281931.8822
CIE-Lab86.4263-19.510737.4580

#cde190 color RGB value is (205,225,144).

#cde190 hex color red value is 205, green value is 225 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cde190 hue: 0.21 , saturation: 0.57 and the lightness value of cde190 is 0.72.

The process color (four color CMYK) of #cde190 color hex is 0.09, 0.00, 0.36, 0.12. Web safe color of #cde190 is #cccc99. Color #cde190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 10010000
Octal 315 341 220
Decimal 205 225 144
Hex CD E1 90

RGB Percentages of Color #cde190

%35.71
%39.20
%25.09

CMYK Percentages of Color #cde190

%9
%0
%36
%12

Triadic Colors of #cde190

#cde190 #90cde1 #e190cd

Analogous Colors of #cde190

#cde190 #a5e190 #e1cd90

Monochromatic Colors of #cde190

#cde190

Complementary Color

#cde190 #a490e1

#cde190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde190 Color CSS Codes

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

#cde190 Text Font Color

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

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


#cde190 Background Color

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

This div background color is #cde190


#cde190 Border Color

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

This div border color is #cde190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde190


Comments

No comments written yet.

Please login to write comment.