Color Hex Logo

#ed6754 Color Hex

#ED6754
(237,103,84)
0 Favorites   0 Comments

Color spaces of #ed6754

RGB 23710384
HSL0.020.810.63
HSV65°93°
CMYK 0.000.570.65   0.07
XYZ41.375528.345111.6779
Yxy28.34510.50830.3482
Hunter Lab53.240145.550924.2632
CIE-Lab60.199250.496036.3544

#ed6754 color RGB value is (237,103,84).

#ed6754 hex color red value is 237, green value is 103 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ed6754 hue: 0.02 , saturation: 0.81 and the lightness value of ed6754 is 0.63.

The process color (four color CMYK) of #ed6754 color hex is 0.00, 0.57, 0.65, 0.07. Web safe color of #ed6754 is #ff6666. Color #ed6754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 01010100
Octal 355 147 124
Decimal 237 103 84
Hex ED 67 54

RGB Percentages of Color #ed6754

%55.90
%24.29
%19.81

CMYK Percentages of Color #ed6754

%0
%57
%65
%7

Triadic Colors of #ed6754

#ed6754 #54ed67 #6754ed

Analogous Colors of #ed6754

#ed6754 #edb454 #ed548e

Monochromatic Colors of #ed6754

#ed6754

Complementary Color

#ed6754 #54daed

#ed6754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6754 Color CSS Codes

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

#ed6754 Text Font Color

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

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


#ed6754 Background Color

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

This div background color is #ed6754


#ed6754 Border Color

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

This div border color is #ed6754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6754


Comments

No comments written yet.

Please login to write comment.