Color Hex Logo

#ede71c Color Hex

#EDE71C
(237,231,28)
0 Favorites   0 Comments

Color spaces of #ede71c

RGB 23723128
HSL0.160.850.52
HSV58°88°93°
CMYK 0.000.030.88   0.07
XYZ63.710675.240212.2635
Yxy75.24020.42130.4976
Hunter Lab86.7411-20.690252.3363
CIE-Lab89.5054-17.180985.3197

#ede71c color RGB value is (237,231,28).

#ede71c hex color red value is 237, green value is 231 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ede71c hue: 0.16 , saturation: 0.85 and the lightness value of ede71c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00011100
Octal 355 347 34
Decimal 237 231 28
Hex ED E7 1C

RGB Percentages of Color #ede71c

%47.78
%46.57
%5.65

CMYK Percentages of Color #ede71c

%0
%3
%88
%7

Triadic Colors of #ede71c

#ede71c #1cede7 #e71ced

Analogous Colors of #ede71c

#ede71c #8bed1c #ed7f1c

Monochromatic Colors of #ede71c

#ede71c

Complementary Color

#ede71c #1c22ed

#ede71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede71c Color CSS Codes

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

#ede71c Text Font Color

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

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


#ede71c Background Color

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

This div background color is #ede71c


#ede71c Border Color

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

This div border color is #ede71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede71c


Comments

No comments written yet.

Please login to write comment.