Color Hex Logo

#edb435 Color Hex

#EDB435
(237,180,53)
0 Favorites   0 Comments

Color spaces of #edb435

RGB 23718053
HSL0.120.840.57
HSV41°78°93°
CMYK 0.000.240.78   0.07
XYZ51.888950.904110.4588
Yxy50.90410.45820.4495
Hunter Lab71.34714.961041.2516
CIE-Lab76.62099.419468.0964

#edb435 color RGB value is (237,180,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 00110101
Octal 355 264 65
Decimal 237 180 53
Hex ED B4 35

RGB Percentages of Color #edb435

%50.43
%38.30
%11.28

CMYK Percentages of Color #edb435

%0
%24
%78
%7

Triadic Colors of #edb435

#edb435 #35edb4 #b435ed

Analogous Colors of #edb435

#edb435 #caed35 #ed5835

Monochromatic Colors of #edb435

#edb435

Complementary Color

#edb435 #356eed

#edb435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb435 Color CSS Codes

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

#edb435 Text Font Color

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

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


#edb435 Background Color

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

This div background color is #edb435


#edb435 Border Color

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

This div border color is #edb435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb435


Comments

No comments written yet.

Please login to write comment.