Color Hex Logo

#edbc93 Color Hex

#EDBC93
(237,188,147)
0 Favorites   0 Comments

Color spaces of #edbc93

RGB 237188147
HSL0.080.710.75
HSV27°38°93°
CMYK 0.000.210.38   0.07
XYZ58.174756.077535.3617
Yxy56.07750.38880.3748
Hunter Lab74.88497.620024.4219
CIE-Lab79.657912.205127.4533

#edbc93 color RGB value is (237,188,147).

#edbc93 hex color red value is 237, green value is 188 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #edbc93 hue: 0.08 , saturation: 0.71 and the lightness value of edbc93 is 0.75.

The process color (four color CMYK) of #edbc93 color hex is 0.00, 0.21, 0.38, 0.07. Web safe color of #edbc93 is #ffcc99. Color #edbc93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10010011
Octal 355 274 223
Decimal 237 188 147
Hex ED BC 93

RGB Percentages of Color #edbc93

%41.43
%32.87
%25.70

CMYK Percentages of Color #edbc93

%0
%21
%38
%7

Triadic Colors of #edbc93

#edbc93 #93edbc #bc93ed

Analogous Colors of #edbc93

#edbc93 #ede993 #ed9397

Monochromatic Colors of #edbc93

#edbc93

Complementary Color

#edbc93 #93c4ed

#edbc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc93 Color CSS Codes

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

#edbc93 Text Font Color

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

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


#edbc93 Background Color

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

This div background color is #edbc93


#edbc93 Border Color

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

This div border color is #edbc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc93


Comments

No comments written yet.

Please login to write comment.