Color Hex Logo

#edbe33 Color Hex

#EDBE33
(237,190,51)
0 Favorites   0 Comments

Color spaces of #edbe33

RGB 23719051
HSL0.120.840.56
HSV45°78°93°
CMYK 0.000.200.78   0.07
XYZ53.936055.070510.9189
Yxy55.07050.44970.4592
Hunter Lab74.2095-0.131543.2229
CIE-Lab79.08194.116571.0156

#edbe33 color RGB value is (237,190,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 00110011
Octal 355 276 63
Decimal 237 190 51
Hex ED BE 33

RGB Percentages of Color #edbe33

%49.58
%39.75
%10.67

CMYK Percentages of Color #edbe33

%0
%20
%78
%7

Triadic Colors of #edbe33

#edbe33 #33edbe #be33ed

Analogous Colors of #edbe33

#edbe33 #bfed33 #ed6133

Monochromatic Colors of #edbe33

#edbe33

Complementary Color

#edbe33 #3362ed

#edbe33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe33 Color CSS Codes

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

#edbe33 Text Font Color

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

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


#edbe33 Background Color

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

This div background color is #edbe33


#edbe33 Border Color

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

This div border color is #edbe33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe33


Comments

No comments written yet.

Please login to write comment.