Color Hex Logo

#edbf70 Color Hex

#EDBF70
(237,191,112)
0 Favorites   0 Comments

Color spaces of #edbf70

RGB 237191112
HSL0.110.780.68
HSV38°53°93°
CMYK 0.000.190.53   0.07
XYZ56.480556.436023.2456
Yxy56.43600.41480.4145
Hunter Lab75.12392.735134.2406
CIE-Lab79.86137.166645.7445

#edbf70 color RGB value is (237,191,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01110000
Octal 355 277 160
Decimal 237 191 112
Hex ED BF 70

RGB Percentages of Color #edbf70

%43.89
%35.37
%20.74

CMYK Percentages of Color #edbf70

%0
%19
%53
%7

Triadic Colors of #edbf70

#edbf70 #70edbf #bf70ed

Analogous Colors of #edbf70

#edbf70 #dded70 #ed8170

Monochromatic Colors of #edbf70

#edbf70

Complementary Color

#edbf70 #709eed

#edbf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf70 Color CSS Codes

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

#edbf70 Text Font Color

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

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


#edbf70 Background Color

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

This div background color is #edbf70


#edbf70 Border Color

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

This div border color is #edbf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf70


Comments

No comments written yet.

Please login to write comment.