Color Hex Logo

#eccbfd Color Hex

#ECCBFD
(236,203,253)
0 Favorites   0 Comments

Color spaces of #eccbfd

RGB 236203253
HSL0.780.930.89
HSV280°20°99°
CMYK 0.070.200.00   0.01
XYZ73.677667.6366102.1004
Yxy67.63660.30270.2779
Hunter Lab82.241515.9901-16.0378
CIE-Lab85.824420.4079-20.1985

#eccbfd color RGB value is (236,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 11111101
Octal 354 313 375
Decimal 236 203 253
Hex EC CB FD

RGB Percentages of Color #eccbfd

%34.10
%29.34
%36.56

CMYK Percentages of Color #eccbfd

%7
%20
%0
%1

Triadic Colors of #eccbfd

#eccbfd #fdeccb #cbfdec

Analogous Colors of #eccbfd

#eccbfd #fdcbf5 #d3cbfd

Monochromatic Colors of #eccbfd

#eccbfd

Complementary Color

#eccbfd #dcfdcb

#eccbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccbfd Color CSS Codes

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

#eccbfd Text Font Color

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

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


#eccbfd Background Color

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

This div background color is #eccbfd


#eccbfd Border Color

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

This div border color is #eccbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,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 #eccbfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.