Color Hex Logo

#ebfef7 Color Hex

#EBFEF7
(235,254,247)
0 Favorites   0 Comments

Color spaces of #ebfef7

RGB 235254247
HSL0.440.900.96
HSV158°100°
CMYK 0.070.000.03   0.00
XYZ86.491395.2612101.8244
Yxy95.26120.30500.3359
Hunter Lab97.6018-12.62286.4662
CIE-Lab98.1379-7.45051.2083

#ebfef7 color RGB value is (235,254,247).

#ebfef7 hex color red value is 235, green value is 254 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ebfef7 hue: 0.44 , saturation: 0.90 and the lightness value of ebfef7 is 0.96.

The process color (four color CMYK) of #ebfef7 color hex is 0.07, 0.00, 0.03, 0.00. Web safe color of #ebfef7 is #ffffff. Color #ebfef7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11110111
Octal 353 376 367
Decimal 235 254 247
Hex EB FE F7

RGB Percentages of Color #ebfef7

%31.93
%34.51
%33.56

CMYK Percentages of Color #ebfef7

%7
%0
%3
%0

Triadic Colors of #ebfef7

#ebfef7 #f7ebfe #fef7eb

Analogous Colors of #ebfef7

#ebfef7 #ebfcfe #ebfeee

Monochromatic Colors of #ebfef7

#ebfef7

Complementary Color

#ebfef7 #feebf2

#ebfef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfef7 Color CSS Codes

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

#ebfef7 Text Font Color

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

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


#ebfef7 Background Color

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

This div background color is #ebfef7


#ebfef7 Border Color

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

This div border color is #ebfef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfef7

Related Colors


Comments

No comments written yet.

Please login to write comment.