Color Hex Logo

#edb26b Color Hex

#EDB26B
(237,178,107)
0 Favorites   0 Comments

Color spaces of #edb26b

RGB 237178107
HSL0.090.780.67
HSV33°55°93°
CMYK 0.000.250.55   0.07
XYZ53.499350.906920.9162
Yxy50.90690.42690.4062
Hunter Lab71.34918.982832.5633
CIE-Lab76.622613.596644.2945

#edb26b color RGB value is (237,178,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 01101011
Octal 355 262 153
Decimal 237 178 107
Hex ED B2 6B

RGB Percentages of Color #edb26b

%45.40
%34.10
%20.50

CMYK Percentages of Color #edb26b

%0
%25
%55
%7

Triadic Colors of #edb26b

#edb26b #6bedb2 #b26bed

Analogous Colors of #edb26b

#edb26b #e7ed6b #ed716b

Monochromatic Colors of #edb26b

#edb26b

Complementary Color

#edb26b #6ba6ed

#edb26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb26b Color CSS Codes

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

#edb26b Text Font Color

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

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


#edb26b Background Color

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

This div background color is #edb26b


#edb26b Border Color

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

This div border color is #edb26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb26b


Comments

No comments written yet.

Please login to write comment.