Color Hex Logo

#edbf5d Color Hex

#EDBF5D
(237,191,93)
0 Favorites   0 Comments

Color spaces of #edbf5d

RGB 23719193
HSL0.110.800.65
HSV41°61°93°
CMYK 0.000.190.61   0.07
XYZ55.531656.056418.2491
Yxy56.05640.42770.4317
Hunter Lab74.87081.369337.9582
CIE-Lab79.64595.727754.6368

#edbf5d color RGB value is (237,191,93).

#edbf5d hex color red value is 237, green value is 191 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #edbf5d hue: 0.11 , saturation: 0.80 and the lightness value of edbf5d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01011101
Octal 355 277 135
Decimal 237 191 93
Hex ED BF 5D

RGB Percentages of Color #edbf5d

%45.49
%36.66
%17.85

CMYK Percentages of Color #edbf5d

%0
%19
%61
%7

Triadic Colors of #edbf5d

#edbf5d #5dedbf #bf5ded

Analogous Colors of #edbf5d

#edbf5d #d3ed5d #ed775d

Monochromatic Colors of #edbf5d

#edbf5d

Complementary Color

#edbf5d #5d8bed

#edbf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf5d Color CSS Codes

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

#edbf5d Text Font Color

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

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


#edbf5d Background Color

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

This div background color is #edbf5d


#edbf5d Border Color

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

This div border color is #edbf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf5d


Comments

No comments written yet.

Please login to write comment.