Color Hex Logo

#ced65e Color Hex

#CED65E
(206,214,94)
0 Favorites   0 Comments

Color spaces of #ced65e

RGB 20621494
HSL0.180.590.60
HSV64°56°84°
CMYK 0.040.000.56   0.16
XYZ51.520562.023119.8459
Yxy62.02310.38620.4650
Hunter Lab78.7547-21.048040.1875
CIE-Lab82.9257-18.725957.1649

#ced65e color RGB value is (206,214,94).

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

The process color (four color CMYK) of #ced65e color hex is 0.04, 0.00, 0.56, 0.16. Web safe color of #ced65e is #cccc66. Color #ced65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010110 01011110
Octal 316 326 136
Decimal 206 214 94
Hex CE D6 5E

RGB Percentages of Color #ced65e

%40.08
%41.63
%18.29

CMYK Percentages of Color #ced65e

%4
%0
%56
%16

Triadic Colors of #ced65e

#ced65e #5eced6 #d65ece

Analogous Colors of #ced65e

#ced65e #92d65e #d6a25e

Monochromatic Colors of #ced65e

#ced65e

Complementary Color

#ced65e #665ed6

#ced65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced65e Color CSS Codes

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

#ced65e Text Font Color

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

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


#ced65e Background Color

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

This div background color is #ced65e


#ced65e Border Color

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

This div border color is #ced65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced65e


Comments

No comments written yet.

Please login to write comment.