Color Hex Logo

#edbb1f Color Hex

#EDBB1F
(237,187,31)
0 Favorites   0 Comments

Color spaces of #edbb1f

RGB 23718731
HSL0.130.850.53
HSV45°87°93°
CMYK 0.000.210.87   0.07
XYZ52.942753.64418.8603
Yxy53.64410.45860.4647
Hunter Lab73.24210.854144.0970
CIE-Lab78.25385.129075.8383

#edbb1f color RGB value is (237,187,31).

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

The process color (four color CMYK) of #edbb1f color hex is 0.00, 0.21, 0.87, 0.07. Web safe color of #edbb1f is #ffcc33. Color #edbb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00011111
Octal 355 273 37
Decimal 237 187 31
Hex ED BB 1F

RGB Percentages of Color #edbb1f

%52.09
%41.10
%6.81

CMYK Percentages of Color #edbb1f

%0
%21
%87
%7

Triadic Colors of #edbb1f

#edbb1f #1fedbb #bb1fed

Analogous Colors of #edbb1f

#edbb1f #b8ed1f #ed541f

Monochromatic Colors of #edbb1f

#edbb1f

Complementary Color

#edbb1f #1f51ed

#edbb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb1f Color CSS Codes

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

#edbb1f Text Font Color

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

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


#edbb1f Background Color

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

This div background color is #edbb1f


#edbb1f Border Color

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

This div border color is #edbb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb1f


Comments

No comments written yet.

Please login to write comment.