Color Hex Logo

#ced460 Color Hex

#CED460
(206,212,96)
0 Favorites   0 Comments

Color spaces of #ced460

RGB 20621296
HSL0.180.570.60
HSV63°55°83°
CMYK 0.030.000.55   0.17
XYZ51.108461.053320.1571
Yxy61.05330.38630.4614
Hunter Lab78.1366-19.983939.4004
CIE-Lab82.4074-17.581755.6816

#ced460 color RGB value is (206,212,96).

#ced460 hex color red value is 206, green value is 212 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ced460 hue: 0.18 , saturation: 0.57 and the lightness value of ced460 is 0.60.

The process color (four color CMYK) of #ced460 color hex is 0.03, 0.00, 0.55, 0.17. Web safe color of #ced460 is #cccc66. Color #ced460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010100 01100000
Octal 316 324 140
Decimal 206 212 96
Hex CE D4 60

RGB Percentages of Color #ced460

%40.08
%41.25
%18.68

CMYK Percentages of Color #ced460

%3
%0
%55
%17

Triadic Colors of #ced460

#ced460 #60ced4 #d460ce

Analogous Colors of #ced460

#ced460 #94d460 #d4a060

Monochromatic Colors of #ced460

#ced460

Complementary Color

#ced460 #6660d4

#ced460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced460 Color CSS Codes

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

#ced460 Text Font Color

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

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


#ced460 Background Color

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

This div background color is #ced460


#ced460 Border Color

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

This div border color is #ced460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced460


Comments

No comments written yet.

Please login to write comment.