Color Hex Logo

#edb834 Color Hex

#EDB834
(237,184,52)
0 Favorites   0 Comments

Color spaces of #edb834

RGB 23718452
HSL0.120.840.57
HSV43°78°93°
CMYK 0.000.220.78   0.07
XYZ52.685452.533410.6120
Yxy52.53340.45480.4535
Hunter Lab72.47992.911142.0551
CIE-Lab77.59877.285069.3373

#edb834 color RGB value is (237,184,52).

#edb834 hex color red value is 237, green value is 184 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #edb834 hue: 0.12 , saturation: 0.84 and the lightness value of edb834 is 0.57.

The process color (four color CMYK) of #edb834 color hex is 0.00, 0.22, 0.78, 0.07. Web safe color of #edb834 is #ffcc33. Color #edb834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 00110100
Octal 355 270 64
Decimal 237 184 52
Hex ED B8 34

RGB Percentages of Color #edb834

%50.11
%38.90
%10.99

CMYK Percentages of Color #edb834

%0
%22
%78
%7

Triadic Colors of #edb834

#edb834 #34edb8 #b834ed

Analogous Colors of #edb834

#edb834 #c6ed34 #ed5c34

Monochromatic Colors of #edb834

#edb834

Complementary Color

#edb834 #3469ed

#edb834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb834 Color CSS Codes

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

#edb834 Text Font Color

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

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


#edb834 Background Color

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

This div background color is #edb834


#edb834 Border Color

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

This div border color is #edb834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb834


Comments

No comments written yet.

Please login to write comment.