Color Hex Logo

#ede700 Color Hex

#EDE700
(237,231,0)
0 Favorites   0 Comments

Color spaces of #ede700

RGB 2372310
HSL0.161.000.46
HSV58°100°93°
CMYK 0.000.031.00   0.07
XYZ63.501075.156411.1598
Yxy75.15640.42390.5017
Hunter Lab86.6928-20.964253.0527
CIE-Lab89.4662-17.492488.2412

#ede700 color RGB value is (237,231,0).

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

The process color (four color CMYK) of #ede700 color hex is 0.00, 0.03, 1.00, 0.07. Web safe color of #ede700 is #ffff00. Color #ede700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00000000
Octal 355 347 0
Decimal 237 231 0
Hex ED E7 0

RGB Percentages of Color #ede700

%50.64
%49.36
%0.00

CMYK Percentages of Color #ede700

%0
%3
%100
%7

Triadic Colors of #ede700

#ede700 #00ede7 #e700ed

Analogous Colors of #ede700

#ede700 #7ded00 #ed7100

Monochromatic Colors of #ede700

#ede700

Complementary Color

#ede700 #0006ed

#ede700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede700 Color CSS Codes

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

#ede700 Text Font Color

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

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


#ede700 Background Color

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

This div background color is #ede700


#ede700 Border Color

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

This div border color is #ede700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede700


Comments

No comments written yet.

Please login to write comment.