Color Hex Logo

#eda23d Color Hex

#EDA23D
(237,162,61)
0 Favorites   0 Comments

Color spaces of #eda23d

RGB 23716261
HSL0.100.830.58
HSV34°74°93°
CMYK 0.000.320.74   0.07
XYZ48.687744.182110.3768
Yxy44.18210.47160.4279
Hunter Lab66.469614.425937.2728
CIE-Lab72.350019.245660.9729

#eda23d color RGB value is (237,162,61).

#eda23d hex color red value is 237, green value is 162 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eda23d hue: 0.10 , saturation: 0.83 and the lightness value of eda23d is 0.58.

The process color (four color CMYK) of #eda23d color hex is 0.00, 0.32, 0.74, 0.07. Web safe color of #eda23d is #ff9933. Color #eda23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100010 00111101
Octal 355 242 75
Decimal 237 162 61
Hex ED A2 3D

RGB Percentages of Color #eda23d

%51.52
%35.22
%13.26

CMYK Percentages of Color #eda23d

%0
%32
%74
%7

Triadic Colors of #eda23d

#eda23d #3deda2 #a23ded

Analogous Colors of #eda23d

#eda23d #e0ed3d #ed4a3d

Monochromatic Colors of #eda23d

#eda23d

Complementary Color

#eda23d #3d88ed

#eda23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda23d Color CSS Codes

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

#eda23d Text Font Color

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

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


#eda23d Background Color

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

This div background color is #eda23d


#eda23d Border Color

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

This div border color is #eda23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda23d


Comments

No comments written yet.

Please login to write comment.