Color Hex Logo

#edeb77 Color Hex

#EDEB77
(237,235,119)
0 Favorites   0 Comments

Color spaces of #edeb77

RGB 237235119
HSL0.160.770.70
HSV59°50°93°
CMYK 0.000.010.50   0.07
XYZ67.963278.753129.0716
Yxy78.75310.38660.4480
Hunter Lab88.7429-18.597142.6970
CIE-Lab91.1225-14.624055.9086

#edeb77 color RGB value is (237,235,119).

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

The process color (four color CMYK) of #edeb77 color hex is 0.00, 0.01, 0.50, 0.07. Web safe color of #edeb77 is #ffff66. Color #edeb77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 01110111
Octal 355 353 167
Decimal 237 235 119
Hex ED EB 77

RGB Percentages of Color #edeb77

%40.10
%39.76
%20.14

CMYK Percentages of Color #edeb77

%0
%1
%50
%7

Triadic Colors of #edeb77

#edeb77 #77edeb #eb77ed

Analogous Colors of #edeb77

#edeb77 #b4ed77 #edb077

Monochromatic Colors of #edeb77

#edeb77

Complementary Color

#edeb77 #7779ed

#edeb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb77 Color CSS Codes

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

#edeb77 Text Font Color

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

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


#edeb77 Background Color

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

This div background color is #edeb77


#edeb77 Border Color

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

This div border color is #edeb77


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,235,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 #edeb77">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb77


Comments

No comments written yet.

Please login to write comment.