Color Hex Logo

#eecbfd Color Hex

#EECBFD
(238,203,253)
0 Favorites   0 Comments

Color spaces of #eecbfd

RGB 238203253
HSL0.780.930.89
HSV282°20°99°
CMYK 0.060.200.00   0.01
XYZ74.345567.9809102.1317
Yxy67.98090.30410.2781
Hunter Lab82.450516.6647-15.7273
CIE-Lab85.996921.0482-19.9211

#eecbfd color RGB value is (238,203,253).

#eecbfd hex color red value is 238, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eecbfd hue: 0.78 , saturation: 0.93 and the lightness value of eecbfd is 0.89.

The process color (four color CMYK) of #eecbfd color hex is 0.06, 0.20, 0.00, 0.01. Web safe color of #eecbfd is #ffccff. Color #eecbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 11111101
Octal 356 313 375
Decimal 238 203 253
Hex EE CB FD

RGB Percentages of Color #eecbfd

%34.29
%29.25
%36.46

CMYK Percentages of Color #eecbfd

%6
%20
%0
%1

Triadic Colors of #eecbfd

#eecbfd #fdeecb #cbfdee

Analogous Colors of #eecbfd

#eecbfd #fdcbf3 #d5cbfd

Monochromatic Colors of #eecbfd

#eecbfd

Complementary Color

#eecbfd #dafdcb

#eecbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecbfd Color CSS Codes

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

#eecbfd Text Font Color

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

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


#eecbfd Background Color

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

This div background color is #eecbfd


#eecbfd Border Color

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

This div border color is #eecbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecbfd


Comments

No comments written yet.

Please login to write comment.