Color Hex Logo

#edbb30 Color Hex

#EDBB30
(237,187,48)
0 Favorites   0 Comments

Color spaces of #edbb30

RGB 23718748
HSL0.120.840.56
HSV44°80°93°
CMYK 0.000.210.80   0.07
XYZ53.228953.758610.3673
Yxy53.75860.45360.4581
Hunter Lab73.32031.276642.9407
CIE-Lab78.32085.580271.2951

#edbb30 color RGB value is (237,187,48).

#edbb30 hex color red value is 237, green value is 187 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #edbb30 hue: 0.12 , saturation: 0.84 and the lightness value of edbb30 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00110000
Octal 355 273 60
Decimal 237 187 48
Hex ED BB 30

RGB Percentages of Color #edbb30

%50.21
%39.62
%10.17

CMYK Percentages of Color #edbb30

%0
%21
%80
%7

Triadic Colors of #edbb30

#edbb30 #30edbb #bb30ed

Analogous Colors of #edbb30

#edbb30 #c1ed30 #ed5d30

Monochromatic Colors of #edbb30

#edbb30

Complementary Color

#edbb30 #3062ed

#edbb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb30 Color CSS Codes

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

#edbb30 Text Font Color

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

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


#edbb30 Background Color

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

This div background color is #edbb30


#edbb30 Border Color

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

This div border color is #edbb30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb30


Comments

No comments written yet.

Please login to write comment.