Color Hex Logo

#edbe25 Color Hex

#EDBE25
(237,190,37)
0 Favorites   0 Comments

Color spaces of #edbe25

RGB 23719037
HSL0.130.850.54
HSV46°84°93°
CMYK 0.000.200.84   0.07
XYZ53.672454.96509.5307
Yxy54.96500.45420.4651
Hunter Lab74.1384-0.517344.2750
CIE-Lab79.02113.702975.0284

#edbe25 color RGB value is (237,190,37).

#edbe25 hex color red value is 237, green value is 190 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #edbe25 hue: 0.13 , saturation: 0.85 and the lightness value of edbe25 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 00100101
Octal 355 276 45
Decimal 237 190 37
Hex ED BE 25

RGB Percentages of Color #edbe25

%51.08
%40.95
%7.97

CMYK Percentages of Color #edbe25

%0
%20
%84
%7

Triadic Colors of #edbe25

#edbe25 #25edbe #be25ed

Analogous Colors of #edbe25

#edbe25 #b8ed25 #ed5a25

Monochromatic Colors of #edbe25

#edbe25

Complementary Color

#edbe25 #2554ed

#edbe25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe25 Color CSS Codes

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

#edbe25 Text Font Color

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

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


#edbe25 Background Color

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

This div background color is #edbe25


#edbe25 Border Color

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

This div border color is #edbe25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe25


Comments

No comments written yet.

Please login to write comment.