Color Hex Logo

#ebcffd Color Hex

#EBCFFD
(235,207,253)
0 Favorites   0 Comments

Color spaces of #ebcffd

RGB 235207253
HSL0.770.920.90
HSV277°18°99°
CMYK 0.070.180.00   0.01
XYZ74.303469.3797102.4039
Yxy69.37970.30190.2819
Hunter Lab83.294513.4668-14.5862
CIE-Lab86.691717.9662-18.8969

#ebcffd color RGB value is (235,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11111101
Octal 353 317 375
Decimal 235 207 253
Hex EB CF FD

RGB Percentages of Color #ebcffd

%33.81
%29.78
%36.40

CMYK Percentages of Color #ebcffd

%7
%18
%0
%1

Triadic Colors of #ebcffd

#ebcffd #fdebcf #cffdeb

Analogous Colors of #ebcffd

#ebcffd #fdcff8 #d4cffd

Monochromatic Colors of #ebcffd

#ebcffd

Complementary Color

#ebcffd #e1fdcf

#ebcffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcffd Color CSS Codes

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

#ebcffd Text Font Color

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

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


#ebcffd Background Color

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

This div background color is #ebcffd


#ebcffd Border Color

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

This div border color is #ebcffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcffd


Comments

No comments written yet.

Please login to write comment.