Color Hex Logo

#ebc052 Color Hex

#EBC052
(235,192,82)
0 Favorites   0 Comments

Color spaces of #ebc052

RGB 23519282
HSL0.120.790.62
HSV43°65°92°
CMYK 0.000.180.65   0.08
XYZ54.633655.970615.9066
Yxy55.97060.43180.4424
Hunter Lab74.8135-0.571539.7634
CIE-Lab79.59713.672859.4884

#ebc052 color RGB value is (235,192,82).

#ebc052 hex color red value is 235, green value is 192 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ebc052 hue: 0.12 , saturation: 0.79 and the lightness value of ebc052 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 01010010
Octal 353 300 122
Decimal 235 192 82
Hex EB C0 52

RGB Percentages of Color #ebc052

%46.17
%37.72
%16.11

CMYK Percentages of Color #ebc052

%0
%18
%65
%8

Triadic Colors of #ebc052

#ebc052 #52ebc0 #c052eb

Analogous Colors of #ebc052

#ebc052 #caeb52 #eb7452

Monochromatic Colors of #ebc052

#ebc052

Complementary Color

#ebc052 #527deb

#ebc052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc052 Color CSS Codes

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

#ebc052 Text Font Color

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

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


#ebc052 Background Color

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

This div background color is #ebc052


#ebc052 Border Color

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

This div border color is #ebc052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc052


Comments

No comments written yet.

Please login to write comment.