color codes Logo

#e6beb4 color codes

#E6BEB4
(230,190,180)
0 Favorites   0 Comments

Color spaces of #e6beb4

RGB 230190180
HSL0.030.500.80
HSV12°22°90°
CMYK 0.000.170.22   0.10
XYZ59.284856.945251.0469
Yxy56.94520.35440.3404
Hunter Lab75.46208.175312.7162
CIE-Lab80.148812.772610.4040

#e6beb4 color RGB value is (230,190,180).

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

The process color (four color CMYK) of #e6beb4 color code is 0.00, 0.17, 0.22, 0.10. Web safe color of #e6beb4 is #ffcccc. Color #e6beb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111110 10110100
Octal 346 276 264
Decimal 230 190 180
Hex E6 BE B4

RGB Percentages of Color #e6beb4

%38.33
%31.67
%30.00

CMYK Percentages of Color #e6beb4

%0
%17
%22
%10

Triadic Colors of #e6beb4

#e6beb4 #b4e6be #beb4e6

Analogous Colors of #e6beb4

#e6beb4 #e6d7b4 #e6b4c3

Monochromatic Colors of #e6beb4

#e6beb4

Complementary Color

#e6beb4 #b4dce6

#e6beb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6beb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6beb4 Color CSS Codes

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

#e6beb4 Text Font Color

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

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


#e6beb4 Background Color

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

This div background color is #e6beb4


#e6beb4 Border Color

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

This div border color is #e6beb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,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 #e6beb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6beb4


Comments

No comments written yet.

Please login to write comment.