Color Hex Logo

#edbeb4 Color Hex

#EDBEB4
(237,190,180)
0 Favorites   0 Comments

Color spaces of #edbeb4

RGB 237190180
HSL0.030.610.82
HSV11°24°93°
CMYK 0.000.200.24   0.07
XYZ61.576758.126751.1542
Yxy58.12670.36040.3402
Hunter Lab76.240910.745813.5877
CIE-Lab80.809215.361711.4339

#edbeb4 color RGB value is (237,190,180).

#edbeb4 hex color red value is 237, green value is 190 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #edbeb4 hue: 0.03 , saturation: 0.61 and the lightness value of edbeb4 is 0.82.

The process color (four color CMYK) of #edbeb4 color hex is 0.00, 0.20, 0.24, 0.07. Web safe color of #edbeb4 is #ffcccc. Color #edbeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10110100
Octal 355 276 264
Decimal 237 190 180
Hex ED BE B4

RGB Percentages of Color #edbeb4

%39.04
%31.30
%29.65

CMYK Percentages of Color #edbeb4

%0
%20
%24
%7

Triadic Colors of #edbeb4

#edbeb4 #b4edbe #beb4ed

Analogous Colors of #edbeb4

#edbeb4 #eddbb4 #edb4c7

Monochromatic Colors of #edbeb4

#edbeb4

Complementary Color

#edbeb4 #b4e3ed

#edbeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbeb4 Color CSS Codes

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

#edbeb4 Text Font Color

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

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


#edbeb4 Background Color

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

This div background color is #edbeb4


#edbeb4 Border Color

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

This div border color is #edbeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbeb4


Comments

No comments written yet.

Please login to write comment.