Color Hex Logo

#beeefd Color Hex

#BEEEFD
(190,238,253)
0 Favorites   0 Comments

Color spaces of #beeefd

RGB 190238253
HSL0.540.940.87
HSV194°25°99°
CMYK 0.250.060.00   0.01
XYZ69.539479.1881104.5482
Yxy79.18810.27460.3127
Hunter Lab88.9877-16.2397-7.3661
CIE-Lab91.3193-12.0425-12.2765

#beeefd color RGB value is (190,238,253).

#beeefd hex color red value is 190, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #beeefd hue: 0.54 , saturation: 0.94 and the lightness value of beeefd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 11111101
Octal 276 356 375
Decimal 190 238 253
Hex BE EE FD

RGB Percentages of Color #beeefd

%27.90
%34.95
%37.15

CMYK Percentages of Color #beeefd

%25
%6
%0
%1

Triadic Colors of #beeefd

#beeefd #fdbeee #eefdbe

Analogous Colors of #beeefd

#beeefd #becffd #befded

Monochromatic Colors of #beeefd

#beeefd

Complementary Color

#beeefd #fdcdbe

#beeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeefd Color CSS Codes

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

#beeefd Text Font Color

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

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


#beeefd Background Color

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

This div background color is #beeefd


#beeefd Border Color

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

This div border color is #beeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeefd


Comments

No comments written yet.

Please login to write comment.