Color Hex Logo

#ed946b Color Hex

#ED946B
(237,148,107)
0 Favorites   0 Comments

Color spaces of #ed946b

RGB 237148107
HSL0.050.780.67
HSV19°55°93°
CMYK 0.000.380.55   0.07
XYZ48.168840.245919.1394
Yxy40.24590.44790.3742
Hunter Lab63.439724.513026.5203
CIE-Lab69.644329.481935.6279

#ed946b color RGB value is (237,148,107).

#ed946b hex color red value is 237, green value is 148 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ed946b hue: 0.05 , saturation: 0.78 and the lightness value of ed946b is 0.67.

The process color (four color CMYK) of #ed946b color hex is 0.00, 0.38, 0.55, 0.07. Web safe color of #ed946b is #ff9966. Color #ed946b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 01101011
Octal 355 224 153
Decimal 237 148 107
Hex ED 94 6B

RGB Percentages of Color #ed946b

%48.17
%30.08
%21.75

CMYK Percentages of Color #ed946b

%0
%38
%55
%7

Triadic Colors of #ed946b

#ed946b #6bed94 #946bed

Analogous Colors of #ed946b

#ed946b #edd56b #ed6b83

Monochromatic Colors of #ed946b

#ed946b

Complementary Color

#ed946b #6bc4ed

#ed946b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed946b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed946b Color CSS Codes

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

#ed946b Text Font Color

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

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


#ed946b Background Color

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

This div background color is #ed946b


#ed946b Border Color

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

This div border color is #ed946b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed946b


Comments

No comments written yet.

Please login to write comment.