Color Hex Logo

#ede867 Color Hex

#EDE867
(237,232,103)
0 Favorites   0 Comments

Color spaces of #ede867

RGB 237232103
HSL0.160.790.67
HSV58°57°93°
CMYK 0.000.020.57   0.07
XYZ66.229876.697024.1453
Yxy76.69700.39640.4591
Hunter Lab87.5768-18.269244.9573
CIE-Lab90.1820-14.404162.0160

#ede867 color RGB value is (237,232,103).

#ede867 hex color red value is 237, green value is 232 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ede867 hue: 0.16 , saturation: 0.79 and the lightness value of ede867 is 0.67.

The process color (four color CMYK) of #ede867 color hex is 0.00, 0.02, 0.57, 0.07. Web safe color of #ede867 is #ffff66. Color #ede867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01100111
Octal 355 350 147
Decimal 237 232 103
Hex ED E8 67

RGB Percentages of Color #ede867

%41.43
%40.56
%18.01

CMYK Percentages of Color #ede867

%0
%2
%57
%7

Triadic Colors of #ede867

#ede867 #67ede8 #e867ed

Analogous Colors of #ede867

#ede867 #afed67 #eda567

Monochromatic Colors of #ede867

#ede867

Complementary Color

#ede867 #676ced

#ede867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede867 Color CSS Codes

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

#ede867 Text Font Color

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

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


#ede867 Background Color

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

This div background color is #ede867


#ede867 Border Color

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

This div border color is #ede867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede867


Comments

No comments written yet.

Please login to write comment.