Color Hex Logo

#edec27 Color Hex

#EDEC27
(237,236,39)
0 Favorites   0 Comments

Color spaces of #edec27

RGB 23723639
HSL0.170.850.54
HSV60°84°93°
CMYK 0.000.000.84   0.07
XYZ65.286778.141913.5614
Yxy78.14190.41590.4978
Hunter Lab88.3979-22.864352.7827
CIE-Lab90.8446-19.374584.3349

#edec27 color RGB value is (237,236,39).

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

The process color (four color CMYK) of #edec27 color hex is 0.00, 0.00, 0.84, 0.07. Web safe color of #edec27 is #ffff33. Color #edec27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 00100111
Octal 355 354 47
Decimal 237 236 39
Hex ED EC 27

RGB Percentages of Color #edec27

%46.29
%46.09
%7.62

CMYK Percentages of Color #edec27

%0
%0
%84
%7

Triadic Colors of #edec27

#edec27 #27edec #ec27ed

Analogous Colors of #edec27

#edec27 #8bed27 #ed8927

Monochromatic Colors of #edec27

#edec27

Complementary Color

#edec27 #2728ed

#edec27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec27 Color CSS Codes

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

#edec27 Text Font Color

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

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


#edec27 Background Color

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

This div background color is #edec27


#edec27 Border Color

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

This div border color is #edec27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec27


Comments

No comments written yet.

Please login to write comment.