Color Hex Logo

#edbb71 Color Hex

#EDBB71
(237,187,113)
0 Favorites   0 Comments

Color spaces of #edbb71

RGB 237187113
HSL0.100.780.69
HSV36°52°93°
CMYK 0.000.210.52   0.07
XYZ55.676054.737423.2537
Yxy54.73740.41650.4095
Hunter Lab73.98474.854033.1542
CIE-Lab78.88989.348944.0555

#edbb71 color RGB value is (237,187,113).

#edbb71 hex color red value is 237, green value is 187 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #edbb71 hue: 0.10 , saturation: 0.78 and the lightness value of edbb71 is 0.69.

The process color (four color CMYK) of #edbb71 color hex is 0.00, 0.21, 0.52, 0.07. Web safe color of #edbb71 is #ffcc66. Color #edbb71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 01110001
Octal 355 273 161
Decimal 237 187 113
Hex ED BB 71

RGB Percentages of Color #edbb71

%44.13
%34.82
%21.04

CMYK Percentages of Color #edbb71

%0
%21
%52
%7

Triadic Colors of #edbb71

#edbb71 #71edbb #bb71ed

Analogous Colors of #edbb71

#edbb71 #e1ed71 #ed7d71

Monochromatic Colors of #edbb71

#edbb71

Complementary Color

#edbb71 #71a3ed

#edbb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb71 Color CSS Codes

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

#edbb71 Text Font Color

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

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


#edbb71 Background Color

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

This div background color is #edbb71


#edbb71 Border Color

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

This div border color is #edbb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb71


Comments

No comments written yet.

Please login to write comment.