Color Hex Logo

#edbf78 Color Hex

#EDBF78
(237,191,120)
0 Favorites   0 Comments

Color spaces of #edbf78

RGB 237191120
HSL0.100.760.70
HSV36°49°93°
CMYK 0.000.190.49   0.07
XYZ56.946056.622225.6971
Yxy56.62220.40890.4066
Hunter Lab75.24773.401832.4259
CIE-Lab79.96667.864441.8636

#edbf78 color RGB value is (237,191,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01111000
Octal 355 277 170
Decimal 237 191 120
Hex ED BF 78

RGB Percentages of Color #edbf78

%43.25
%34.85
%21.90

CMYK Percentages of Color #edbf78

%0
%19
%49
%7

Triadic Colors of #edbf78

#edbf78 #78edbf #bf78ed

Analogous Colors of #edbf78

#edbf78 #e1ed78 #ed8578

Monochromatic Colors of #edbf78

#edbf78

Complementary Color

#edbf78 #78a6ed

#edbf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf78 Color CSS Codes

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

#edbf78 Text Font Color

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

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


#edbf78 Background Color

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

This div background color is #edbf78


#edbf78 Border Color

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

This div border color is #edbf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf78


Comments

No comments written yet.

Please login to write comment.