Color Hex Logo

#ebcffc Color Hex

#EBCFFC
(235,207,252)
0 Favorites   0 Comments

Color spaces of #ebcffc

RGB 235207252
HSL0.770.880.90
HSV277°18°99°
CMYK 0.070.180.00   0.01
XYZ74.144569.3161101.5670
Yxy69.31610.30260.2829
Hunter Lab83.256313.2660-14.0504
CIE-Lab86.660317.7730-18.4157

#ebcffc color RGB value is (235,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11111100
Octal 353 317 374
Decimal 235 207 252
Hex EB CF FC

RGB Percentages of Color #ebcffc

%33.86
%29.83
%36.31

CMYK Percentages of Color #ebcffc

%7
%18
%0
%1

Triadic Colors of #ebcffc

#ebcffc #fcebcf #cffceb

Analogous Colors of #ebcffc

#ebcffc #fccff7 #d5cffc

Monochromatic Colors of #ebcffc

#ebcffc

Complementary Color

#ebcffc #e0fccf

#ebcffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcffc Color CSS Codes

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

#ebcffc Text Font Color

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

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


#ebcffc Background Color

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

This div background color is #ebcffc


#ebcffc Border Color

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

This div border color is #ebcffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,207,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcffc

Related Colors


Comments

No comments written yet.

Please login to write comment.