Color Hex Logo

#eeafbd Color Hex

#EEAFBD
(238,175,189)
0 Favorites   0 Comments

Color spaces of #eeafbd

RGB 238175189
HSL0.960.650.81
HSV347°26°93°
CMYK 0.000.260.21   0.07
XYZ59.775252.511255.1293
Yxy52.51120.35700.3137
Hunter Lab72.464620.42955.6189
CIE-Lab77.585524.99581.9485

#eeafbd color RGB value is (238,175,189).

#eeafbd hex color red value is 238, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eeafbd hue: 0.96 , saturation: 0.65 and the lightness value of eeafbd is 0.81.

The process color (four color CMYK) of #eeafbd color hex is 0.00, 0.26, 0.21, 0.07. Web safe color of #eeafbd is #ff99cc. Color #eeafbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 10111101
Octal 356 257 275
Decimal 238 175 189
Hex EE AF BD

RGB Percentages of Color #eeafbd

%39.53
%29.07
%31.40

CMYK Percentages of Color #eeafbd

%0
%26
%21
%7

Triadic Colors of #eeafbd

#eeafbd #bdeeaf #afbdee

Analogous Colors of #eeafbd

#eeafbd #eec1af #eeafdd

Monochromatic Colors of #eeafbd

#eeafbd

Complementary Color

#eeafbd #afeee0

#eeafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafbd Color CSS Codes

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

#eeafbd Text Font Color

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

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


#eeafbd Background Color

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

This div background color is #eeafbd


#eeafbd Border Color

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

This div border color is #eeafbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,175,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eeafbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eeafbd;
  -webkit-box-shadow: 1px 1px 3px 2px #eeafbd;
  box-shadow:         1px 1px 3px 2px #eeafbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,175,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafbd


Comments

No comments written yet.

Please login to write comment.