Color Hex Logo

#eebdeb Color Hex

#EEBDEB
(238,189,235)
0 Favorites   0 Comments

Color spaces of #eebdeb

RGB 238189235
HSL0.840.590.84
HSV304°21°93°
CMYK 0.000.210.01   0.07
XYZ68.452960.570586.6807
Yxy60.57050.31730.2808
Hunter Lab77.827120.8026-11.5559
CIE-Lab82.147325.1334-16.1411

#eebdeb color RGB value is (238,189,235).

#eebdeb hex color red value is 238, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eebdeb hue: 0.84 , saturation: 0.59 and the lightness value of eebdeb is 0.84.

The process color (four color CMYK) of #eebdeb color hex is 0.00, 0.21, 0.01, 0.07. Web safe color of #eebdeb is #ffccff. Color #eebdeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11101011
Octal 356 275 353
Decimal 238 189 235
Hex EE BD EB

RGB Percentages of Color #eebdeb

%35.95
%28.55
%35.50

CMYK Percentages of Color #eebdeb

%0
%21
%1
%7

Triadic Colors of #eebdeb

#eebdeb #ebeebd #bdebee

Analogous Colors of #eebdeb

#eebdeb #eebdd3 #d9bdee

Monochromatic Colors of #eebdeb

#eebdeb

Complementary Color

#eebdeb #bdeec0

#eebdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdeb Color CSS Codes

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

#eebdeb Text Font Color

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

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


#eebdeb Background Color

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

This div background color is #eebdeb


#eebdeb Border Color

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

This div border color is #eebdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdeb


Comments

No comments written yet.

Please login to write comment.