Color Hex Logo

#ecd852 Color Hex

#ECD852
(236,216,82)
0 Favorites   0 Comments

Color spaces of #ecd852

RGB 23621682
HSL0.150.800.62
HSV52°65°93°
CMYK 0.000.080.65   0.07
XYZ60.670967.553817.8241
Yxy67.55380.41540.4625
Hunter Lab82.1911-12.071444.6761
CIE-Lab85.7828-8.208466.0805

#ecd852 color RGB value is (236,216,82).

#ecd852 hex color red value is 236, green value is 216 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ecd852 hue: 0.15 , saturation: 0.80 and the lightness value of ecd852 is 0.62.

The process color (four color CMYK) of #ecd852 color hex is 0.00, 0.08, 0.65, 0.07. Web safe color of #ecd852 is #ffcc66. Color #ecd852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 01010010
Octal 354 330 122
Decimal 236 216 82
Hex EC D8 52

RGB Percentages of Color #ecd852

%44.19
%40.45
%15.36

CMYK Percentages of Color #ecd852

%0
%8
%65
%7

Triadic Colors of #ecd852

#ecd852 #52ecd8 #d852ec

Analogous Colors of #ecd852

#ecd852 #b3ec52 #ec8b52

Monochromatic Colors of #ecd852

#ecd852

Complementary Color

#ecd852 #5266ec

#ecd852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd852 Color CSS Codes

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

#ecd852 Text Font Color

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

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


#ecd852 Background Color

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

This div background color is #ecd852


#ecd852 Border Color

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

This div border color is #ecd852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd852


Comments

No comments written yet.

Please login to write comment.