Color Hex Logo

#edbe32 Color Hex

#EDBE32
(237,190,50)
0 Favorites   0 Comments

Color spaces of #edbe32

RGB 23719050
HSL0.120.840.56
HSV45°79°93°
CMYK 0.000.200.79   0.07
XYZ53.914255.061710.8040
Yxy55.06170.45010.4597
Hunter Lab74.2036-0.163243.3099
CIE-Lab79.07684.082671.3339

#edbe32 color RGB value is (237,190,50).

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

The process color (four color CMYK) of #edbe32 color hex is 0.00, 0.20, 0.79, 0.07. Web safe color of #edbe32 is #ffcc33. Color #edbe32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 00110010
Octal 355 276 62
Decimal 237 190 50
Hex ED BE 32

RGB Percentages of Color #edbe32

%49.69
%39.83
%10.48

CMYK Percentages of Color #edbe32

%0
%20
%79
%7

Triadic Colors of #edbe32

#edbe32 #32edbe #be32ed

Analogous Colors of #edbe32

#edbe32 #bfed32 #ed6132

Monochromatic Colors of #edbe32

#edbe32

Complementary Color

#edbe32 #3261ed

#edbe32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe32 Color CSS Codes

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

#edbe32 Text Font Color

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

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


#edbe32 Background Color

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

This div background color is #edbe32


#edbe32 Border Color

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

This div border color is #edbe32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe32


Comments

No comments written yet.

Please login to write comment.