Color Hex Logo

#edb102 Color Hex

#EDB102
(237,177,2)
0 Favorites   0 Comments

Color spaces of #edb102

RGB 2371772
HSL0.120.980.47
HSV45°99°93°
CMYK 0.000.250.99   0.07
XYZ50.658149.45326.9329
Yxy49.45320.47320.4620
Hunter Lab70.32305.519743.3809
CIE-Lab75.73249.992178.2958

#edb102 color RGB value is (237,177,2).

#edb102 hex color red value is 237, green value is 177 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #edb102 hue: 0.12 , saturation: 0.98 and the lightness value of edb102 is 0.47.

The process color (four color CMYK) of #edb102 color hex is 0.00, 0.25, 0.99, 0.07. Web safe color of #edb102 is #ff9900. Color #edb102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 00000010
Octal 355 261 2
Decimal 237 177 2
Hex ED B1 2

RGB Percentages of Color #edb102

%56.97
%42.55
%0.48

CMYK Percentages of Color #edb102

%0
%25
%99
%7

Triadic Colors of #edb102

#edb102 #02edb1 #b102ed

Analogous Colors of #edb102

#edb102 #b4ed02 #ed3c02

Monochromatic Colors of #edb102

#edb102

Complementary Color

#edb102 #023eed

#edb102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb102 Color CSS Codes

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

#edb102 Text Font Color

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

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


#edb102 Background Color

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

This div background color is #edb102


#edb102 Border Color

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

This div border color is #edb102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb102


Comments

No comments written yet.

Please login to write comment.