Color Hex Logo

#edec67 Color Hex

#EDEC67
(237,236,103)
0 Favorites   0 Comments

Color spaces of #edec67

RGB 237236103
HSL0.170.790.67
HSV60°57°93°
CMYK 0.000.000.57   0.07
XYZ67.368778.974724.5249
Yxy78.97470.39430.4622
Hunter Lab88.8677-20.201545.8451
CIE-Lab91.2228-16.364263.1795

#edec67 color RGB value is (237,236,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 01100111
Octal 355 354 147
Decimal 237 236 103
Hex ED EC 67

RGB Percentages of Color #edec67

%41.15
%40.97
%17.88

CMYK Percentages of Color #edec67

%0
%0
%57
%7

Triadic Colors of #edec67

#edec67 #67edec #ec67ed

Analogous Colors of #edec67

#edec67 #abed67 #eda967

Monochromatic Colors of #edec67

#edec67

Complementary Color

#edec67 #6768ed

#edec67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec67 Color CSS Codes

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

#edec67 Text Font Color

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

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


#edec67 Background Color

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

This div background color is #edec67


#edec67 Border Color

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

This div border color is #edec67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec67


Comments

No comments written yet.

Please login to write comment.