Color Hex Logo

#ebcafd Color Hex

#EBCAFD
(235,202,253)
0 Favorites   0 Comments

Color spaces of #ebcafd

RGB 235202253
HSL0.770.930.89
HSV279°20°99°
CMYK 0.070.200.00   0.01
XYZ73.111166.9951102.0065
Yxy66.99510.30200.2767
Hunter Lab81.850516.2026-16.5950
CIE-Lab85.501520.6197-20.6953

#ebcafd color RGB value is (235,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11111101
Octal 353 312 375
Decimal 235 202 253
Hex EB CA FD

RGB Percentages of Color #ebcafd

%34.06
%29.28
%36.67

CMYK Percentages of Color #ebcafd

%7
%20
%0
%1

Triadic Colors of #ebcafd

#ebcafd #fdebca #cafdeb

Analogous Colors of #ebcafd

#ebcafd #fdcaf6 #d2cafd

Monochromatic Colors of #ebcafd

#ebcafd

Complementary Color

#ebcafd #dcfdca

#ebcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcafd Color CSS Codes

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

#ebcafd Text Font Color

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

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


#ebcafd Background Color

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

This div background color is #ebcafd


#ebcafd Border Color

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

This div border color is #ebcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcafd


Comments

No comments written yet.

Please login to write comment.