Color Hex Logo

#ed691b Color Hex

#ED691B
(237,105,27)
0 Favorites   0 Comments

Color spaces of #ed691b

RGB 23710527
HSL0.060.850.52
HSV22°89°93°
CMYK 0.000.560.89   0.07
XYZ40.174528.18684.3601
Yxy28.18680.55240.3876
Hunter Lab53.091242.162532.2947
CIE-Lab60.057147.406062.7089

#ed691b color RGB value is (237,105,27).

#ed691b hex color red value is 237, green value is 105 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ed691b hue: 0.06 , saturation: 0.85 and the lightness value of ed691b is 0.52.

The process color (four color CMYK) of #ed691b color hex is 0.00, 0.56, 0.89, 0.07. Web safe color of #ed691b is #ff6633. Color #ed691b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 00011011
Octal 355 151 33
Decimal 237 105 27
Hex ED 69 1B

RGB Percentages of Color #ed691b

%64.23
%28.46
%7.32

CMYK Percentages of Color #ed691b

%0
%56
%89
%7

Triadic Colors of #ed691b

#ed691b #1bed69 #691bed

Analogous Colors of #ed691b

#ed691b #edd21b #ed1b36

Monochromatic Colors of #ed691b

#ed691b

Complementary Color

#ed691b #1b9fed

#ed691b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed691b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed691b Color CSS Codes

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

#ed691b Text Font Color

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

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


#ed691b Background Color

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

This div background color is #ed691b


#ed691b Border Color

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

This div border color is #ed691b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed691b


Comments

No comments written yet.

Please login to write comment.