Color Hex Logo

#ede735 Color Hex

#EDE735
(237,231,53)
0 Favorites   0 Comments

Color spaces of #ede735

RGB 23723153
HSL0.160.840.57
HSV58°78°93°
CMYK 0.000.030.78   0.07
XYZ64.143675.413414.5437
Yxy75.41340.41620.4894
Hunter Lab86.8409-20.125550.8590
CIE-Lab89.5863-16.540579.8098

#ede735 color RGB value is (237,231,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00110101
Octal 355 347 65
Decimal 237 231 53
Hex ED E7 35

RGB Percentages of Color #ede735

%45.49
%44.34
%10.17

CMYK Percentages of Color #ede735

%0
%3
%78
%7

Triadic Colors of #ede735

#ede735 #35ede7 #e735ed

Analogous Colors of #ede735

#ede735 #97ed35 #ed8b35

Monochromatic Colors of #ede735

#ede735

Complementary Color

#ede735 #353bed

#ede735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede735 Color CSS Codes

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

#ede735 Text Font Color

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

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


#ede735 Background Color

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

This div background color is #ede735


#ede735 Border Color

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

This div border color is #ede735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede735


Comments

No comments written yet.

Please login to write comment.