Color Hex Logo

#ced990 Color Hex

#CED990
(206,217,144)
0 Favorites   0 Comments

Color spaces of #ced990

RGB 206217144
HSL0.190.490.71
HSV69°34°85°
CMYK 0.050.000.34   0.15
XYZ55.300564.761135.9711
Yxy64.76110.35440.4150
Hunter Lab80.4743-18.168029.8300
CIE-Lab84.3605-15.174434.7759

#ced990 color RGB value is (206,217,144).

#ced990 hex color red value is 206, green value is 217 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ced990 hue: 0.19 , saturation: 0.49 and the lightness value of ced990 is 0.71.

The process color (four color CMYK) of #ced990 color hex is 0.05, 0.00, 0.34, 0.15. Web safe color of #ced990 is #cccc99. Color #ced990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011001 10010000
Octal 316 331 220
Decimal 206 217 144
Hex CE D9 90

RGB Percentages of Color #ced990

%36.33
%38.27
%25.40

CMYK Percentages of Color #ced990

%5
%0
%34
%15

Triadic Colors of #ced990

#ced990 #90ced9 #d990ce

Analogous Colors of #ced990

#ced990 #aad990 #d9c090

Monochromatic Colors of #ced990

#ced990

Complementary Color

#ced990 #9b90d9

#ced990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced990 Color CSS Codes

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

#ced990 Text Font Color

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

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


#ced990 Background Color

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

This div background color is #ced990


#ced990 Border Color

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

This div border color is #ced990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced990


Comments

No comments written yet.

Please login to write comment.