Color Hex Logo

#edbf7d Color Hex

#EDBF7D
(237,191,125)
0 Favorites   0 Comments

Color spaces of #edbf7d

RGB 237191125
HSL0.100.760.71
HSV35°47°93°
CMYK 0.000.190.47   0.07
XYZ57.257556.746827.3375
Yxy56.74680.40510.4015
Hunter Lab75.33053.846731.2149
CIE-Lab80.03708.328339.4090

#edbf7d color RGB value is (237,191,125).

#edbf7d hex color red value is 237, green value is 191 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #edbf7d hue: 0.10 , saturation: 0.76 and the lightness value of edbf7d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01111101
Octal 355 277 175
Decimal 237 191 125
Hex ED BF 7D

RGB Percentages of Color #edbf7d

%42.86
%34.54
%22.60

CMYK Percentages of Color #edbf7d

%0
%19
%47
%7

Triadic Colors of #edbf7d

#edbf7d #7dedbf #bf7ded

Analogous Colors of #edbf7d

#edbf7d #e3ed7d #ed877d

Monochromatic Colors of #edbf7d

#edbf7d

Complementary Color

#edbf7d #7dabed

#edbf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf7d Color CSS Codes

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

#edbf7d Text Font Color

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

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


#edbf7d Background Color

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

This div background color is #edbf7d


#edbf7d Border Color

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

This div border color is #edbf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf7d


Comments

No comments written yet.

Please login to write comment.