Color Hex Logo

#edbc98 Color Hex

#EDBC98
(237,188,152)
0 Favorites   0 Comments

Color spaces of #edbc98

RGB 237188152
HSL0.070.700.76
HSV25°36°93°
CMYK 0.000.210.36   0.07
XYZ58.575856.238037.4735
Yxy56.23800.38460.3693
Hunter Lab74.99208.189322.8672
CIE-Lab79.749112.785624.9266

#edbc98 color RGB value is (237,188,152).

#edbc98 hex color red value is 237, green value is 188 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #edbc98 hue: 0.07 , saturation: 0.70 and the lightness value of edbc98 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10011000
Octal 355 274 230
Decimal 237 188 152
Hex ED BC 98

RGB Percentages of Color #edbc98

%41.07
%32.58
%26.34

CMYK Percentages of Color #edbc98

%0
%21
%36
%7

Triadic Colors of #edbc98

#edbc98 #98edbc #bc98ed

Analogous Colors of #edbc98

#edbc98 #ede798 #ed989f

Monochromatic Colors of #edbc98

#edbc98

Complementary Color

#edbc98 #98c9ed

#edbc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc98 Color CSS Codes

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

#edbc98 Text Font Color

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

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


#edbc98 Background Color

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

This div background color is #edbc98


#edbc98 Border Color

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

This div border color is #edbc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc98


Comments

No comments written yet.

Please login to write comment.