Color Hex Logo

#edbb05 Color Hex

#EDBB05
(237,187,5)
0 Favorites   0 Comments

Color spaces of #edbb05

RGB 2371875
HSL0.130.960.47
HSV47°98°93°
CMYK 0.000.210.98   0.07
XYZ52.722853.55617.7022
Yxy53.55610.46260.4699
Hunter Lab73.18200.528844.9873
CIE-Lab78.20224.780979.7031

#edbb05 color RGB value is (237,187,5).

#edbb05 hex color red value is 237, green value is 187 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #edbb05 hue: 0.13 , saturation: 0.96 and the lightness value of edbb05 is 0.47.

The process color (four color CMYK) of #edbb05 color hex is 0.00, 0.21, 0.98, 0.07. Web safe color of #edbb05 is #ffcc00. Color #edbb05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00000101
Octal 355 273 5
Decimal 237 187 5
Hex ED BB 5

RGB Percentages of Color #edbb05

%55.24
%43.59
%1.17

CMYK Percentages of Color #edbb05

%0
%21
%98
%7

Triadic Colors of #edbb05

#edbb05 #05edbb #bb05ed

Analogous Colors of #edbb05

#edbb05 #abed05 #ed4705

Monochromatic Colors of #edbb05

#edbb05

Complementary Color

#edbb05 #0537ed

#edbb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb05 Color CSS Codes

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

#edbb05 Text Font Color

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

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


#edbb05 Background Color

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

This div background color is #edbb05


#edbb05 Border Color

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

This div border color is #edbb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb05


Comments

No comments written yet.

Please login to write comment.