Color Hex Logo

#edbc73 Color Hex

#EDBC73
(237,188,115)
0 Favorites   0 Comments

Color spaces of #edbc73

RGB 237188115
HSL0.100.770.69
HSV36°51°93°
CMYK 0.000.210.51   0.07
XYZ56.002855.208823.9243
Yxy55.20880.41440.4085
Hunter Lab74.30264.508032.9214
CIE-Lab79.16148.995143.3855

#edbc73 color RGB value is (237,188,115).

#edbc73 hex color red value is 237, green value is 188 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #edbc73 hue: 0.10 , saturation: 0.77 and the lightness value of edbc73 is 0.69.

The process color (four color CMYK) of #edbc73 color hex is 0.00, 0.21, 0.51, 0.07. Web safe color of #edbc73 is #ffcc66. Color #edbc73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 01110011
Octal 355 274 163
Decimal 237 188 115
Hex ED BC 73

RGB Percentages of Color #edbc73

%43.89
%34.81
%21.30

CMYK Percentages of Color #edbc73

%0
%21
%51
%7

Triadic Colors of #edbc73

#edbc73 #73edbc #bc73ed

Analogous Colors of #edbc73

#edbc73 #e1ed73 #ed7f73

Monochromatic Colors of #edbc73

#edbc73

Complementary Color

#edbc73 #73a4ed

#edbc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc73 Color CSS Codes

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

#edbc73 Text Font Color

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

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


#edbc73 Background Color

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

This div background color is #edbc73


#edbc73 Border Color

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

This div border color is #edbc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc73


Comments

No comments written yet.

Please login to write comment.