Color Hex Logo

#ebbff7 Color Hex

#EBBFF7
(235,191,247)
0 Favorites   0 Comments

Color spaces of #ebbff7

RGB 235191247
HSL0.800.780.86
HSV287°23°97°
CMYK 0.050.230.00   0.03
XYZ69.680361.639296.2207
Yxy61.63920.30620.2709
Hunter Lab78.510621.0299-17.7069
CIE-Lab82.721225.3226-21.7166

#ebbff7 color RGB value is (235,191,247).

#ebbff7 hex color red value is 235, green value is 191 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ebbff7 hue: 0.80 , saturation: 0.78 and the lightness value of ebbff7 is 0.86.

The process color (four color CMYK) of #ebbff7 color hex is 0.05, 0.23, 0.00, 0.03. Web safe color of #ebbff7 is #ffccff. Color #ebbff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11110111
Octal 353 277 367
Decimal 235 191 247
Hex EB BF F7

RGB Percentages of Color #ebbff7

%34.92
%28.38
%36.70

CMYK Percentages of Color #ebbff7

%5
%23
%0
%3

Triadic Colors of #ebbff7

#ebbff7 #f7ebbf #bff7eb

Analogous Colors of #ebbff7

#ebbff7 #f7bfe7 #cfbff7

Monochromatic Colors of #ebbff7

#ebbff7

Complementary Color

#ebbff7 #cbf7bf

#ebbff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbff7 Color CSS Codes

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

#ebbff7 Text Font Color

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

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


#ebbff7 Background Color

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

This div background color is #ebbff7


#ebbff7 Border Color

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

This div border color is #ebbff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbff7


Comments

No comments written yet.

Please login to write comment.