Color Hex Logo

#ede67f Color Hex

#EDE67F
(237,230,127)
0 Favorites   0 Comments

Color spaces of #ede67f

RGB 237230127
HSL0.160.750.71
HSV56°46°93°
CMYK 0.000.030.46   0.07
XYZ67.052676.130531.2393
Yxy76.13050.38440.4365
Hunter Lab87.2528-15.517539.8492
CIE-Lab89.9199-11.446350.7107

#ede67f color RGB value is (237,230,127).

#ede67f hex color red value is 237, green value is 230 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ede67f hue: 0.16 , saturation: 0.75 and the lightness value of ede67f is 0.71.

The process color (four color CMYK) of #ede67f color hex is 0.00, 0.03, 0.46, 0.07. Web safe color of #ede67f is #ffff66. Color #ede67f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 01111111
Octal 355 346 177
Decimal 237 230 127
Hex ED E6 7F

RGB Percentages of Color #ede67f

%39.90
%38.72
%21.38

CMYK Percentages of Color #ede67f

%0
%3
%46
%7

Triadic Colors of #ede67f

#ede67f #7fede6 #e67fed

Analogous Colors of #ede67f

#ede67f #bded7f #edaf7f

Monochromatic Colors of #ede67f

#ede67f

Complementary Color

#ede67f #7f86ed

#ede67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede67f Color CSS Codes

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

#ede67f Text Font Color

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

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


#ede67f Background Color

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

This div background color is #ede67f


#ede67f Border Color

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

This div border color is #ede67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede67f


Comments

No comments written yet.

Please login to write comment.