Color Hex Logo

#edbbae Color Hex

#EDBBAE
(237,187,174)
0 Favorites   0 Comments

Color spaces of #edbbae

RGB 237187174
HSL0.030.640.81
HSV12°27°93°
CMYK 0.000.210.27   0.07
XYZ60.335456.601247.7895
Yxy56.60120.36630.3436
Hunter Lab75.233811.493015.0018
CIE-Lab79.954816.117613.4472

#edbbae color RGB value is (237,187,174).

#edbbae hex color red value is 237, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #edbbae hue: 0.03 , saturation: 0.64 and the lightness value of edbbae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10101110
Octal 355 273 256
Decimal 237 187 174
Hex ED BB AE

RGB Percentages of Color #edbbae

%39.63
%31.27
%29.10

CMYK Percentages of Color #edbbae

%0
%21
%27
%7

Triadic Colors of #edbbae

#edbbae #aeedbb #bbaeed

Analogous Colors of #edbbae

#edbbae #eddbae #edaec1

Monochromatic Colors of #edbbae

#edbbae

Complementary Color

#edbbae #aee0ed

#edbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbae Color CSS Codes

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

#edbbae Text Font Color

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

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


#edbbae Background Color

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

This div background color is #edbbae


#edbbae Border Color

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

This div border color is #edbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbae


Comments

No comments written yet.

Please login to write comment.