Color Hex Logo

#eefbfd Color Hex

#EEFBFD
(238,251,253)
0 Favorites   0 Comments

Color spaces of #eefbfd

RGB 238251253
HSL0.520.790.96
HSV188°99°
CMYK 0.060.010.00   0.01
XYZ87.486794.2634106.5121
Yxy94.26340.30350.3270
Hunter Lab97.0893-9.06092.9183
CIE-Lab97.7380-3.8752-2.4376

#eefbfd color RGB value is (238,251,253).

#eefbfd hex color red value is 238, green value is 251 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eefbfd hue: 0.52 , saturation: 0.79 and the lightness value of eefbfd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11111101
Octal 356 373 375
Decimal 238 251 253
Hex EE FB FD

RGB Percentages of Color #eefbfd

%32.08
%33.83
%34.10

CMYK Percentages of Color #eefbfd

%6
%1
%0
%1

Triadic Colors of #eefbfd

#eefbfd #fdeefb #fbfdee

Analogous Colors of #eefbfd

#eefbfd #eef4fd #eefdf8

Monochromatic Colors of #eefbfd

#eefbfd

Complementary Color

#eefbfd #fdf0ee

#eefbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbfd Color CSS Codes

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

#eefbfd Text Font Color

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

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


#eefbfd Background Color

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

This div background color is #eefbfd


#eefbfd Border Color

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

This div border color is #eefbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.