Color Hex Logo

#e6adb8 Color Hex

#E6ADB8
(230,173,184)
0 Favorites   0 Comments

Color spaces of #e6adb8

RGB 230173184
HSL0.970.530.79
HSV348°25°90°
CMYK 0.000.250.20   0.10
XYZ56.228450.170852.0678
Yxy50.17080.35480.3166
Hunter Lab70.831317.74475.9981
CIE-Lab76.174022.43392.5220

#e6adb8 color RGB value is (230,173,184).

#e6adb8 hex color red value is 230, green value is 173 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #e6adb8 hue: 0.97 , saturation: 0.53 and the lightness value of e6adb8 is 0.79.

The process color (four color CMYK) of #e6adb8 color hex is 0.00, 0.25, 0.20, 0.10. Web safe color of #e6adb8 is #ff99cc. Color #e6adb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 10111000
Octal 346 255 270
Decimal 230 173 184
Hex E6 AD B8

RGB Percentages of Color #e6adb8

%39.18
%29.47
%31.35

CMYK Percentages of Color #e6adb8

%0
%25
%20
%10

Triadic Colors of #e6adb8

#e6adb8 #b8e6ad #adb8e6

Analogous Colors of #e6adb8

#e6adb8 #e6bfad #e6add5

Monochromatic Colors of #e6adb8

#e6adb8

Complementary Color

#e6adb8 #ade6db

#e6adb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adb8 Color CSS Codes

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

#e6adb8 Text Font Color

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

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


#e6adb8 Background Color

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

This div background color is #e6adb8


#e6adb8 Border Color

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

This div border color is #e6adb8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,173,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adb8


Comments

No comments written yet.

Please login to write comment.