Color Hex Logo

#edeb12 Color Hex

#EDEB12
(237,235,18)
0 Favorites   0 Comments

Color spaces of #edeb12

RGB 23723518
HSL0.170.860.50
HSV59°92°93°
CMYK 0.000.010.92   0.07
XYZ64.742677.464912.1122
Yxy77.46490.41950.5020
Hunter Lab88.0141-22.721453.4506
CIE-Lab90.5352-19.269687.4940

#edeb12 color RGB value is (237,235,18).

#edeb12 hex color red value is 237, green value is 235 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #edeb12 hue: 0.17 , saturation: 0.86 and the lightness value of edeb12 is 0.50.

The process color (four color CMYK) of #edeb12 color hex is 0.00, 0.01, 0.92, 0.07. Web safe color of #edeb12 is #ffff00. Color #edeb12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 00010010
Octal 355 353 22
Decimal 237 235 18
Hex ED EB 12

RGB Percentages of Color #edeb12

%48.37
%47.96
%3.67

CMYK Percentages of Color #edeb12

%0
%1
%92
%7

Triadic Colors of #edeb12

#edeb12 #12edeb #eb12ed

Analogous Colors of #edeb12

#edeb12 #82ed12 #ed7e12

Monochromatic Colors of #edeb12

#edeb12

Complementary Color

#edeb12 #1214ed

#edeb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb12 Color CSS Codes

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

#edeb12 Text Font Color

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

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


#edeb12 Background Color

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

This div background color is #edeb12


#edeb12 Border Color

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

This div border color is #edeb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb12


Comments

No comments written yet.

Please login to write comment.