Color Hex Logo

#ebb352 Color Hex

#EBB352
(235,179,82)
0 Favorites   0 Comments

Color spaces of #ebb352

RGB 23517982
HSL0.110.790.62
HSV38°65°92°
CMYK 0.000.240.65   0.08
XYZ51.904050.511614.9967
Yxy50.51160.44210.4302
Hunter Lab71.07155.984637.2394
CIE-Lab76.382210.487855.9936

#ebb352 color RGB value is (235,179,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 01010010
Octal 353 263 122
Decimal 235 179 82
Hex EB B3 52

RGB Percentages of Color #ebb352

%47.38
%36.09
%16.53

CMYK Percentages of Color #ebb352

%0
%24
%65
%8

Triadic Colors of #ebb352

#ebb352 #52ebb3 #b352eb

Analogous Colors of #ebb352

#ebb352 #d7eb52 #eb6752

Monochromatic Colors of #ebb352

#ebb352

Complementary Color

#ebb352 #528aeb

#ebb352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb352 Color CSS Codes

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

#ebb352 Text Font Color

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

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


#ebb352 Background Color

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

This div background color is #ebb352


#ebb352 Border Color

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

This div border color is #ebb352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb352


Comments

No comments written yet.

Please login to write comment.