Color Hex Logo

#edaf35 Color Hex

#EDAF35
(237,175,53)
0 Favorites   0 Comments

Color spaces of #edaf35

RGB 23717553
HSL0.110.840.57
HSV40°78°93°
CMYK 0.000.260.78   0.07
XYZ50.897648.921510.1284
Yxy48.92150.46290.4450
Hunter Lab69.94397.491140.3751
CIE-Lab75.402512.052266.9706

#edaf35 color RGB value is (237,175,53).

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

The process color (four color CMYK) of #edaf35 color hex is 0.00, 0.26, 0.78, 0.07. Web safe color of #edaf35 is #ff9933. Color #edaf35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 00110101
Octal 355 257 65
Decimal 237 175 53
Hex ED AF 35

RGB Percentages of Color #edaf35

%50.97
%37.63
%11.40

CMYK Percentages of Color #edaf35

%0
%26
%78
%7

Triadic Colors of #edaf35

#edaf35 #35edaf #af35ed

Analogous Colors of #edaf35

#edaf35 #cfed35 #ed5335

Monochromatic Colors of #edaf35

#edaf35

Complementary Color

#edaf35 #3573ed

#edaf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf35 Color CSS Codes

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

#edaf35 Text Font Color

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

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


#edaf35 Background Color

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

This div background color is #edaf35


#edaf35 Border Color

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

This div border color is #edaf35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,175,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 #edaf35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf35


Comments

No comments written yet.

Please login to write comment.