Color Hex Logo

#edbe48 Color Hex

#EDBE48
(237,190,72)
0 Favorites   0 Comments

Color spaces of #edbe48

RGB 23719072
HSL0.120.820.61
HSV43°70°93°
CMYK 0.000.200.70   0.07
XYZ54.508255.299313.9318
Yxy55.29930.44050.4469
Hunter Lab74.36350.703840.9466
CIE-Lab79.21345.008463.3799

#edbe48 color RGB value is (237,190,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01001000
Octal 355 276 110
Decimal 237 190 72
Hex ED BE 48

RGB Percentages of Color #edbe48

%47.49
%38.08
%14.43

CMYK Percentages of Color #edbe48

%0
%20
%70
%7

Triadic Colors of #edbe48

#edbe48 #48edbe #be48ed

Analogous Colors of #edbe48

#edbe48 #caed48 #ed6c48

Monochromatic Colors of #edbe48

#edbe48

Complementary Color

#edbe48 #4877ed

#edbe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe48 Color CSS Codes

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

#edbe48 Text Font Color

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

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


#edbe48 Background Color

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

This div background color is #edbe48


#edbe48 Border Color

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

This div border color is #edbe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe48


Comments

No comments written yet.

Please login to write comment.