Color Hex Logo

#edbc79 Color Hex

#EDBC79
(237,188,121)
0 Favorites   0 Comments

Color spaces of #edbc79

RGB 237188121
HSL0.100.760.70
HSV35°49°93°
CMYK 0.000.210.49   0.07
XYZ56.359555.351425.8026
Yxy55.35140.40980.4025
Hunter Lab74.39855.022631.5162
CIE-Lab79.24329.530340.4475

#edbc79 color RGB value is (237,188,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 01111001
Octal 355 274 171
Decimal 237 188 121
Hex ED BC 79

RGB Percentages of Color #edbc79

%43.41
%34.43
%22.16

CMYK Percentages of Color #edbc79

%0
%21
%49
%7

Triadic Colors of #edbc79

#edbc79 #79edbc #bc79ed

Analogous Colors of #edbc79

#edbc79 #e4ed79 #ed8279

Monochromatic Colors of #edbc79

#edbc79

Complementary Color

#edbc79 #79aaed

#edbc79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc79 Color CSS Codes

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

#edbc79 Text Font Color

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

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


#edbc79 Background Color

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

This div background color is #edbc79


#edbc79 Border Color

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

This div border color is #edbc79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc79


Comments

No comments written yet.

Please login to write comment.