Color Hex Logo

#ede833 Color Hex

#EDE833
(237,232,51)
0 Favorites   0 Comments

Color spaces of #ede833

RGB 23723251
HSL0.160.840.56
HSV58°78°93°
CMYK 0.000.020.78   0.07
XYZ64.379275.956814.3999
Yxy75.95680.41610.4909
Hunter Lab87.1532-20.661951.2110
CIE-Lab89.8393-17.094780.5841

#ede833 color RGB value is (237,232,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00110011
Octal 355 350 63
Decimal 237 232 51
Hex ED E8 33

RGB Percentages of Color #ede833

%45.58
%44.62
%9.81

CMYK Percentages of Color #ede833

%0
%2
%78
%7

Triadic Colors of #ede833

#ede833 #33ede8 #e833ed

Analogous Colors of #ede833

#ede833 #95ed33 #ed8b33

Monochromatic Colors of #ede833

#ede833

Complementary Color

#ede833 #3338ed

#ede833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede833 Color CSS Codes

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

#ede833 Text Font Color

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

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


#ede833 Background Color

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

This div background color is #ede833


#ede833 Border Color

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

This div border color is #ede833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede833


Comments

No comments written yet.

Please login to write comment.