Color Hex Logo

#ced83c Color Hex

#CED83C
(206,216,60)
0 Favorites   0 Comments

Color spaces of #ced83c

RGB 20621660
HSL0.180.670.54
HSV64°72°85°
CMYK 0.050.000.72   0.15
XYZ50.825162.559813.6714
Yxy62.55980.40000.4924
Hunter Lab79.0948-23.714445.1181
CIE-Lab83.2102-21.794970.9029

#ced83c color RGB value is (206,216,60).

#ced83c hex color red value is 206, green value is 216 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ced83c hue: 0.18 , saturation: 0.67 and the lightness value of ced83c is 0.54.

The process color (four color CMYK) of #ced83c color hex is 0.05, 0.00, 0.72, 0.15. Web safe color of #ced83c is #cccc33. Color #ced83c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011000 00111100
Octal 316 330 74
Decimal 206 216 60
Hex CE D8 3C

RGB Percentages of Color #ced83c

%42.74
%44.81
%12.45

CMYK Percentages of Color #ced83c

%5
%0
%72
%15

Triadic Colors of #ced83c

#ced83c #3cced8 #d83cce

Analogous Colors of #ced83c

#ced83c #80d83c #d8943c

Monochromatic Colors of #ced83c

#ced83c

Complementary Color

#ced83c #463cd8

#ced83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced83c Color CSS Codes

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

#ced83c Text Font Color

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

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


#ced83c Background Color

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

This div background color is #ced83c


#ced83c Border Color

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

This div border color is #ced83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced83c


Comments

No comments written yet.

Please login to write comment.