Color Hex Logo

#edb238 Color Hex

#EDB238
(237,178,56)
0 Favorites   0 Comments

Color spaces of #edb238

RGB 23717856
HSL0.110.830.57
HSV40°76°93°
CMYK 0.000.250.76   0.07
XYZ51.559350.130810.7001
Yxy50.13080.45880.4460
Hunter Lab70.80316.079540.6020
CIE-Lab76.149510.584366.5846

#edb238 color RGB value is (237,178,56).

#edb238 hex color red value is 237, green value is 178 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #edb238 hue: 0.11 , saturation: 0.83 and the lightness value of edb238 is 0.57.

The process color (four color CMYK) of #edb238 color hex is 0.00, 0.25, 0.76, 0.07. Web safe color of #edb238 is #ff9933. Color #edb238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00111000
Octal 355 262 70
Decimal 237 178 56
Hex ED B2 38

RGB Percentages of Color #edb238

%50.32
%37.79
%11.89

CMYK Percentages of Color #edb238

%0
%25
%76
%7

Triadic Colors of #edb238

#edb238 #38edb2 #b238ed

Analogous Colors of #edb238

#edb238 #ceed38 #ed5838

Monochromatic Colors of #edb238

#edb238

Complementary Color

#edb238 #3873ed

#edb238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb238 Color CSS Codes

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

#edb238 Text Font Color

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

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


#edb238 Background Color

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

This div background color is #edb238


#edb238 Border Color

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

This div border color is #edb238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb238


Comments

No comments written yet.

Please login to write comment.