Color Hex Logo

#edbe53 Color Hex

#EDBE53
(237,190,83)
0 Favorites   0 Comments

Color spaces of #edbe53

RGB 23719083
HSL0.120.810.63
HSV42°65°93°
CMYK 0.000.200.65   0.07
XYZ54.899855.456015.9942
Yxy55.45600.43450.4389
Hunter Lab74.46881.273239.3940
CIE-Lab79.30325.613658.7887

#edbe53 color RGB value is (237,190,83).

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

The process color (four color CMYK) of #edbe53 color hex is 0.00, 0.20, 0.65, 0.07. Web safe color of #edbe53 is #ffcc66. Color #edbe53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01010011
Octal 355 276 123
Decimal 237 190 83
Hex ED BE 53

RGB Percentages of Color #edbe53

%46.47
%37.25
%16.27

CMYK Percentages of Color #edbe53

%0
%20
%65
%7

Triadic Colors of #edbe53

#edbe53 #53edbe #be53ed

Analogous Colors of #edbe53

#edbe53 #cfed53 #ed7153

Monochromatic Colors of #edbe53

#edbe53

Complementary Color

#edbe53 #5382ed

#edbe53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe53 Color CSS Codes

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

#edbe53 Text Font Color

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

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


#edbe53 Background Color

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

This div background color is #edbe53


#edbe53 Border Color

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

This div border color is #edbe53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe53


Comments

No comments written yet.

Please login to write comment.