Color Hex Logo

#ced84e Color Hex

#CED84E
(206,216,78)
0 Favorites   0 Comments

Color spaces of #ced84e

RGB 20621678
HSL0.180.640.58
HSV64°64°85°
CMYK 0.050.000.64   0.15
XYZ51.384662.783616.6179
Yxy62.78360.39290.4800
Hunter Lab79.2361-22.906043.0306
CIE-Lab83.3284-20.820464.3745

#ced84e color RGB value is (206,216,78).

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

The process color (four color CMYK) of #ced84e color hex is 0.05, 0.00, 0.64, 0.15. Web safe color of #ced84e is #cccc66. Color #ced84e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011000 01001110
Octal 316 330 116
Decimal 206 216 78
Hex CE D8 4E

RGB Percentages of Color #ced84e

%41.20
%43.20
%15.60

CMYK Percentages of Color #ced84e

%5
%0
%64
%15

Triadic Colors of #ced84e

#ced84e #4eced8 #d84ece

Analogous Colors of #ced84e

#ced84e #89d84e #d89d4e

Monochromatic Colors of #ced84e

#ced84e

Complementary Color

#ced84e #584ed8

#ced84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced84e Color CSS Codes

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

#ced84e Text Font Color

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

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


#ced84e Background Color

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

This div background color is #ced84e


#ced84e Border Color

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

This div border color is #ced84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced84e


Comments

No comments written yet.

Please login to write comment.