Color Hex Logo

#ced590 Color Hex

#CED590
(206,213,144)
0 Favorites   0 Comments

Color spaces of #ced590

RGB 206213144
HSL0.180.450.70
HSV66°32°84°
CMYK 0.030.000.32   0.16
XYZ54.281962.723935.6315
Yxy62.72390.35560.4109
Hunter Lab79.1984-16.254928.7642
CIE-Lab83.2969-13.168733.3787

#ced590 color RGB value is (206,213,144).

#ced590 hex color red value is 206, green value is 213 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ced590 hue: 0.18 , saturation: 0.45 and the lightness value of ced590 is 0.70.

The process color (four color CMYK) of #ced590 color hex is 0.03, 0.00, 0.32, 0.16. Web safe color of #ced590 is #cccc99. Color #ced590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010101 10010000
Octal 316 325 220
Decimal 206 213 144
Hex CE D5 90

RGB Percentages of Color #ced590

%36.59
%37.83
%25.58

CMYK Percentages of Color #ced590

%3
%0
%32
%16

Triadic Colors of #ced590

#ced590 #90ced5 #d590ce

Analogous Colors of #ced590

#ced590 #acd590 #d5ba90

Monochromatic Colors of #ced590

#ced590

Complementary Color

#ced590 #9790d5

#ced590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced590 Color CSS Codes

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

#ced590 Text Font Color

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

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


#ced590 Background Color

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

This div background color is #ced590


#ced590 Border Color

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

This div border color is #ced590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced590


Comments

No comments written yet.

Please login to write comment.