Color Hex Logo

#ebb8ec Color Hex

#EBB8EC
(235,184,236)
0 Favorites   0 Comments

Color spaces of #ebb8ec

RGB 235184236
HSL0.830.580.82
HSV299°22°93°
CMYK 0.000.220.00   0.07
XYZ66.541857.999387.0447
Yxy57.99930.31450.2741
Hunter Lab76.157322.6877-14.4560
CIE-Lab80.738426.9959-18.8294

#ebb8ec color RGB value is (235,184,236).

#ebb8ec hex color red value is 235, green value is 184 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ebb8ec hue: 0.83 , saturation: 0.58 and the lightness value of ebb8ec is 0.82.

The process color (four color CMYK) of #ebb8ec color hex is 0.00, 0.22, 0.00, 0.07. Web safe color of #ebb8ec is #ffccff. Color #ebb8ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 11101100
Octal 353 270 354
Decimal 235 184 236
Hex EB B8 EC

RGB Percentages of Color #ebb8ec

%35.88
%28.09
%36.03

CMYK Percentages of Color #ebb8ec

%0
%22
%0
%7

Triadic Colors of #ebb8ec

#ebb8ec #ecebb8 #b8eceb

Analogous Colors of #ebb8ec

#ebb8ec #ecb8d3 #d1b8ec

Monochromatic Colors of #ebb8ec

#ebb8ec

Complementary Color

#ebb8ec #b9ecb8

#ebb8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb8ec Color CSS Codes

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

#ebb8ec Text Font Color

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

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


#ebb8ec Background Color

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

This div background color is #ebb8ec


#ebb8ec Border Color

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

This div border color is #ebb8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb8ec


Comments

No comments written yet.

Please login to write comment.