Color Hex Logo

#ede834 Color Hex

#EDE834
(237,232,52)
0 Favorites   0 Comments

Color spaces of #ede834

RGB 23723252
HSL0.160.840.57
HSV58°78°93°
CMYK 0.000.020.78   0.07
XYZ64.401575.965714.5173
Yxy75.96570.41580.4905
Hunter Lab87.1583-20.632951.1353
CIE-Lab89.8434-17.061980.3151

#ede834 color RGB value is (237,232,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00110100
Octal 355 350 64
Decimal 237 232 52
Hex ED E8 34

RGB Percentages of Color #ede834

%45.49
%44.53
%9.98

CMYK Percentages of Color #ede834

%0
%2
%78
%7

Triadic Colors of #ede834

#ede834 #34ede8 #e834ed

Analogous Colors of #ede834

#ede834 #96ed34 #ed8c34

Monochromatic Colors of #ede834

#ede834

Complementary Color

#ede834 #3439ed

#ede834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede834 Color CSS Codes

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

#ede834 Text Font Color

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

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


#ede834 Background Color

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

This div background color is #ede834


#ede834 Border Color

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

This div border color is #ede834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede834


Comments

No comments written yet.

Please login to write comment.