Color Hex Logo

#bee8ed Color Hex

#BEE8ED
(190,232,237)
0 Favorites   0 Comments

Color spaces of #bee8ed

RGB 190232237
HSL0.520.570.84
HSV186°20°93°
CMYK 0.200.020.00   0.07
XYZ65.377974.774891.1080
Yxy74.77480.28270.3233
Hunter Lab86.4724-16.3709-1.9377
CIE-Lab89.2874-12.4570-6.9342

#bee8ed color RGB value is (190,232,237).

#bee8ed hex color red value is 190, green value is 232 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bee8ed hue: 0.52 , saturation: 0.57 and the lightness value of bee8ed is 0.84.

The process color (four color CMYK) of #bee8ed color hex is 0.20, 0.02, 0.00, 0.07. Web safe color of #bee8ed is #ccffff. Color #bee8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 11101101
Octal 276 350 355
Decimal 190 232 237
Hex BE E8 ED

RGB Percentages of Color #bee8ed

%28.83
%35.20
%35.96

CMYK Percentages of Color #bee8ed

%20
%2
%0
%7

Triadic Colors of #bee8ed

#bee8ed #edbee8 #e8edbe

Analogous Colors of #bee8ed

#bee8ed #bed1ed #beeddb

Monochromatic Colors of #bee8ed

#bee8ed

Complementary Color

#bee8ed #edc3be

#bee8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee8ed Color CSS Codes

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

#bee8ed Text Font Color

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

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


#bee8ed Background Color

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

This div background color is #bee8ed


#bee8ed Border Color

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

This div border color is #bee8ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,232,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee8ed


Comments

No comments written yet.

Please login to write comment.