Color Hex Logo

#e3cefb Color Hex

#E3CEFB
(227,206,251)
0 Favorites   0 Comments

Color spaces of #e3cefb

RGB 227206251
HSL0.740.850.90
HSV268°18°98°
CMYK 0.100.180.00   0.02
XYZ71.162467.4385100.5331
Yxy67.43850.29760.2820
Hunter Lab82.120910.9686-15.0986
CIE-Lab85.724915.5496-19.3632

#e3cefb color RGB value is (227,206,251).

#e3cefb hex color red value is 227, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e3cefb hue: 0.74 , saturation: 0.85 and the lightness value of e3cefb is 0.90.

The process color (four color CMYK) of #e3cefb color hex is 0.10, 0.18, 0.00, 0.02. Web safe color of #e3cefb is #ccccff. Color #e3cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001110 11111011
Octal 343 316 373
Decimal 227 206 251
Hex E3 CE FB

RGB Percentages of Color #e3cefb

%33.19
%30.12
%36.70

CMYK Percentages of Color #e3cefb

%10
%18
%0
%2

Triadic Colors of #e3cefb

#e3cefb #fbe3ce #cefbe3

Analogous Colors of #e3cefb

#e3cefb #facefb #ced0fb

Monochromatic Colors of #e3cefb

#e3cefb

Complementary Color

#e3cefb #e6fbce

#e3cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cefb Color CSS Codes

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

#e3cefb Text Font Color

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

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


#e3cefb Background Color

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

This div background color is #e3cefb


#e3cefb Border Color

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

This div border color is #e3cefb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,206,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3cefb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3cefb;
  -webkit-box-shadow: 1px 1px 3px 2px #e3cefb;
  box-shadow:         1px 1px 3px 2px #e3cefb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,206,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cefb


Comments

No comments written yet.

Please login to write comment.