Color Hex Logo

#ced980 Color Hex

#CED980
(206,217,128)
0 Favorites   0 Comments

Color spaces of #ced980

RGB 206217128
HSL0.190.540.68
HSV67°41°85°
CMYK 0.050.000.41   0.15
XYZ54.162764.306029.9797
Yxy64.30600.36490.4332
Hunter Lab80.1910-19.771633.9679
CIE-Lab84.1248-17.041342.5165

#ced980 color RGB value is (206,217,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011001 10000000
Octal 316 331 200
Decimal 206 217 128
Hex CE D9 80

RGB Percentages of Color #ced980

%37.39
%39.38
%23.23

CMYK Percentages of Color #ced980

%5
%0
%41
%15

Triadic Colors of #ced980

#ced980 #80ced9 #d980ce

Analogous Colors of #ced980

#ced980 #a2d980 #d9b880

Monochromatic Colors of #ced980

#ced980

Complementary Color

#ced980 #8b80d9

#ced980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced980 Color CSS Codes

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

#ced980 Text Font Color

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

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


#ced980 Background Color

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

This div background color is #ced980


#ced980 Border Color

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

This div border color is #ced980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,217,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced980


Comments

No comments written yet.

Please login to write comment.