Color Hex Logo

#edbf60 Color Hex

#EDBF60
(237,191,96)
0 Favorites   0 Comments

Color spaces of #edbf60

RGB 23719196
HSL0.110.800.65
HSV40°59°93°
CMYK 0.000.190.59   0.07
XYZ55.667256.110718.9628
Yxy56.11070.42580.4292
Hunter Lab74.90711.564937.4256
CIE-Lab79.67685.934653.2709

#edbf60 color RGB value is (237,191,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01100000
Octal 355 277 140
Decimal 237 191 96
Hex ED BF 60

RGB Percentages of Color #edbf60

%45.23
%36.45
%18.32

CMYK Percentages of Color #edbf60

%0
%19
%59
%7

Triadic Colors of #edbf60

#edbf60 #60edbf #bf60ed

Analogous Colors of #edbf60

#edbf60 #d5ed60 #ed7960

Monochromatic Colors of #edbf60

#edbf60

Complementary Color

#edbf60 #608eed

#edbf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf60 Color CSS Codes

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

#edbf60 Text Font Color

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

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


#edbf60 Background Color

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

This div background color is #edbf60


#edbf60 Border Color

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

This div border color is #edbf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf60


Comments

No comments written yet.

Please login to write comment.