Color Hex Logo

#edeb09 Color Hex

#EDEB09
(237,235,9)
0 Favorites   0 Comments

Color spaces of #edeb09

RGB 2372359
HSL0.170.930.48
HSV59°96°93°
CMYK 0.000.010.96   0.07
XYZ64.682777.440911.7969
Yxy77.44090.42020.5031
Hunter Lab88.0005-22.798753.6522
CIE-Lab90.5242-19.357988.3171

#edeb09 color RGB value is (237,235,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 00001001
Octal 355 353 11
Decimal 237 235 9
Hex ED EB 9

RGB Percentages of Color #edeb09

%49.27
%48.86
%1.87

CMYK Percentages of Color #edeb09

%0
%1
%96
%7

Triadic Colors of #edeb09

#edeb09 #09edeb #eb09ed

Analogous Colors of #edeb09

#edeb09 #7ded09 #ed7909

Monochromatic Colors of #edeb09

#edeb09

Complementary Color

#edeb09 #090bed

#edeb09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb09 Color CSS Codes

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

#edeb09 Text Font Color

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

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


#edeb09 Background Color

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

This div background color is #edeb09


#edeb09 Border Color

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

This div border color is #edeb09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb09


Comments

No comments written yet.

Please login to write comment.