Color Hex Logo

#edbe77 Color Hex

#EDBE77
(237,190,119)
0 Favorites   0 Comments

Color spaces of #edbe77

RGB 237190119
HSL0.100.770.70
HSV36°50°93°
CMYK 0.000.200.50   0.07
XYZ56.668356.163325.3066
Yxy56.16330.41020.4066
Hunter Lab74.94223.825832.4384
CIE-Lab79.70678.298642.0447

#edbe77 color RGB value is (237,190,119).

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

The process color (four color CMYK) of #edbe77 color hex is 0.00, 0.20, 0.50, 0.07. Web safe color of #edbe77 is #ffcc66. Color #edbe77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 01110111
Octal 355 276 167
Decimal 237 190 119
Hex ED BE 77

RGB Percentages of Color #edbe77

%43.41
%34.80
%21.79

CMYK Percentages of Color #edbe77

%0
%20
%50
%7

Triadic Colors of #edbe77

#edbe77 #77edbe #be77ed

Analogous Colors of #edbe77

#edbe77 #e1ed77 #ed8377

Monochromatic Colors of #edbe77

#edbe77

Complementary Color

#edbe77 #77a6ed

#edbe77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe77 Color CSS Codes

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

#edbe77 Text Font Color

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

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


#edbe77 Background Color

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

This div background color is #edbe77


#edbe77 Border Color

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

This div border color is #edbe77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe77


Comments

No comments written yet.

Please login to write comment.