Color Hex Logo

#edbf58 Color Hex

#EDBF58
(237,191,88)
0 Favorites   0 Comments

Color spaces of #edbf58

RGB 23719188
HSL0.120.810.64
HSV41°63°93°
CMYK 0.000.190.63   0.07
XYZ55.317355.970717.1204
Yxy55.97070.43080.4359
Hunter Lab74.81361.059538.8015
CIE-Lab79.59715.399556.8747

#edbf58 color RGB value is (237,191,88).

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

The process color (four color CMYK) of #edbf58 color hex is 0.00, 0.19, 0.63, 0.07. Web safe color of #edbf58 is #ffcc66. Color #edbf58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01011000
Octal 355 277 130
Decimal 237 191 88
Hex ED BF 58

RGB Percentages of Color #edbf58

%45.93
%37.02
%17.05

CMYK Percentages of Color #edbf58

%0
%19
%63
%7

Triadic Colors of #edbf58

#edbf58 #58edbf #bf58ed

Analogous Colors of #edbf58

#edbf58 #d1ed58 #ed7558

Monochromatic Colors of #edbf58

#edbf58

Complementary Color

#edbf58 #5886ed

#edbf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf58 Color CSS Codes

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

#edbf58 Text Font Color

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

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


#edbf58 Background Color

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

This div background color is #edbf58


#edbf58 Border Color

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

This div border color is #edbf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf58


Comments

No comments written yet.

Please login to write comment.