Color Hex Logo

#ebebfc Color Hex

#EBEBFC
(235,235,252)
1 Favorites   0 Comments

Color spaces of #ebebfc

RGB 235235252
HSL0.670.740.95
HSV240°99°
CMYK 0.070.070.00   0.01
XYZ81.540084.1071104.0321
Yxy84.10710.30240.3119
Hunter Lab91.7099-1.7866-3.0593
CIE-Lab93.49703.1255-8.1967

#ebebfc color RGB value is (235,235,252).

#ebebfc hex color red value is 235, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebebfc hue: 0.67 , saturation: 0.74 and the lightness value of ebebfc is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11111100
Octal 353 353 374
Decimal 235 235 252
Hex EB EB FC

RGB Percentages of Color #ebebfc

%32.55
%32.55
%34.90

CMYK Percentages of Color #ebebfc

%7
%7
%0
%1

Triadic Colors of #ebebfc

#ebebfc #fcebeb #ebfceb

Analogous Colors of #ebebfc

#ebebfc #f4ebfc #ebf4fc

Monochromatic Colors of #ebebfc

#ebebfc

Complementary Color

#ebebfc #fcfceb

#ebebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebfc Color CSS Codes

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

#ebebfc Text Font Color

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

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


#ebebfc Background Color

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

This div background color is #ebebfc


#ebebfc Border Color

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

This div border color is #ebebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebfc


Comments

No comments written yet.

Please login to write comment.