Color Hex Logo

#eced68 Color Hex

#ECED68
(236,237,104)
0 Favorites   0 Comments

Color spaces of #eced68

RGB 236237104
HSL0.170.790.67
HSV60°56°93°
CMYK 0.000.000.56   0.07
XYZ67.374979.400724.8715
Yxy79.40070.39250.4626
Hunter Lab89.1071-20.971445.8260
CIE-Lab91.4153-17.180062.9408

#eced68 color RGB value is (236,237,104).

#eced68 hex color red value is 236, green value is 237 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #eced68 hue: 0.17 , saturation: 0.79 and the lightness value of eced68 is 0.67.

The process color (four color CMYK) of #eced68 color hex is 0.00, 0.00, 0.56, 0.07. Web safe color of #eced68 is #ffff66. Color #eced68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101101 01101000
Octal 354 355 150
Decimal 236 237 104
Hex EC ED 68

RGB Percentages of Color #eced68

%40.90
%41.07
%18.02

CMYK Percentages of Color #eced68

%0
%0
%56
%7

Triadic Colors of #eced68

#eced68 #68eced #ed68ec

Analogous Colors of #eced68

#eced68 #aaed68 #edac68

Monochromatic Colors of #eced68

#eced68

Complementary Color

#eced68 #6968ed

#eced68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eced68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eced68 Color CSS Codes

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

#eced68 Text Font Color

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

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


#eced68 Background Color

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

This div background color is #eced68


#eced68 Border Color

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

This div border color is #eced68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,237,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eced68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eced68;
  -webkit-box-shadow: 1px 1px 3px 2px #eced68;
  box-shadow:         1px 1px 3px 2px #eced68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,237,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eced68


Comments

No comments written yet.

Please login to write comment.