Color Hex Logo

#ecd268 Color Hex

#ECD268
(236,210,104)
0 Favorites   0 Comments

Color spaces of #ecd268

RGB 236210104
HSL0.130.780.67
HSV48°56°93°
CMYK 0.000.110.56   0.07
XYZ60.137464.925522.4590
Yxy64.92550.40770.4401
Hunter Lab80.5764-7.786939.8776
CIE-Lab84.4453-3.708855.0117

#ecd268 color RGB value is (236,210,104).

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

The process color (four color CMYK) of #ecd268 color hex is 0.00, 0.11, 0.56, 0.07. Web safe color of #ecd268 is #ffcc66. Color #ecd268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 01101000
Octal 354 322 150
Decimal 236 210 104
Hex EC D2 68

RGB Percentages of Color #ecd268

%42.91
%38.18
%18.91

CMYK Percentages of Color #ecd268

%0
%11
%56
%7

Triadic Colors of #ecd268

#ecd268 #68ecd2 #d268ec

Analogous Colors of #ecd268

#ecd268 #c4ec68 #ec9068

Monochromatic Colors of #ecd268

#ecd268

Complementary Color

#ecd268 #6882ec

#ecd268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd268 Color CSS Codes

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

#ecd268 Text Font Color

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

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


#ecd268 Background Color

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

This div background color is #ecd268


#ecd268 Border Color

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

This div border color is #ecd268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,210,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 #ecd268">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd268


Comments

No comments written yet.

Please login to write comment.