Color Hex Logo

#ebcdfd Color Hex

#EBCDFD
(235,205,253)
0 Favorites   0 Comments

Color spaces of #ebcdfd

RGB 235205253
HSL0.770.920.90
HSV278°19°99°
CMYK 0.070.190.00   0.01
XYZ73.821968.4167102.2434
Yxy68.41670.30200.2798
Hunter Lab82.714414.5596-15.3884
CIE-Lab86.214419.0267-19.6175

#ebcdfd color RGB value is (235,205,253).

#ebcdfd hex color red value is 235, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ebcdfd hue: 0.77 , saturation: 0.92 and the lightness value of ebcdfd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11111101
Octal 353 315 375
Decimal 235 205 253
Hex EB CD FD

RGB Percentages of Color #ebcdfd

%33.91
%29.58
%36.51

CMYK Percentages of Color #ebcdfd

%7
%19
%0
%1

Triadic Colors of #ebcdfd

#ebcdfd #fdebcd #cdfdeb

Analogous Colors of #ebcdfd

#ebcdfd #fdcdf7 #d3cdfd

Monochromatic Colors of #ebcdfd

#ebcdfd

Complementary Color

#ebcdfd #dffdcd

#ebcdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdfd Color CSS Codes

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

#ebcdfd Text Font Color

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

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


#ebcdfd Background Color

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

This div background color is #ebcdfd


#ebcdfd Border Color

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

This div border color is #ebcdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.