Color Hex Logo

#edbf64 Color Hex

#EDBF64
(237,191,100)
0 Favorites   0 Comments

Color spaces of #edbf64

RGB 237191100
HSL0.110.790.66
HSV40°58°93°
CMYK 0.000.190.58   0.07
XYZ55.856156.186219.9577
Yxy56.18620.42320.4257
Hunter Lab74.95751.837436.6840
CIE-Lab79.71976.222351.4247

#edbf64 color RGB value is (237,191,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01100100
Octal 355 277 144
Decimal 237 191 100
Hex ED BF 64

RGB Percentages of Color #edbf64

%44.89
%36.17
%18.94

CMYK Percentages of Color #edbf64

%0
%19
%58
%7

Triadic Colors of #edbf64

#edbf64 #64edbf #bf64ed

Analogous Colors of #edbf64

#edbf64 #d7ed64 #ed7b64

Monochromatic Colors of #edbf64

#edbf64

Complementary Color

#edbf64 #6492ed

#edbf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf64 Color CSS Codes

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

#edbf64 Text Font Color

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

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


#edbf64 Background Color

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

This div background color is #edbf64


#edbf64 Border Color

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

This div border color is #edbf64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf64


Comments

No comments written yet.

Please login to write comment.