Color Hex Logo

#bee9ea Color Hex

#BEE9EA
(190,233,234)
0 Favorites   0 Comments

Color spaces of #bee9ea

RGB 190233234
HSL0.500.510.83
HSV181°19°92°
CMYK 0.190.000.00   0.08
XYZ65.225475.165588.9125
Yxy75.16550.28450.3278
Hunter Lab86.6980-17.4309-0.1158
CIE-Lab89.4705-13.5895-5.0924

#bee9ea color RGB value is (190,233,234).

#bee9ea hex color red value is 190, green value is 233 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bee9ea hue: 0.50 , saturation: 0.51 and the lightness value of bee9ea is 0.83.

The process color (four color CMYK) of #bee9ea color hex is 0.19, 0.00, 0.00, 0.08. Web safe color of #bee9ea is #ccffff. Color #bee9ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 11101010
Octal 276 351 352
Decimal 190 233 234
Hex BE E9 EA

RGB Percentages of Color #bee9ea

%28.92
%35.46
%35.62

CMYK Percentages of Color #bee9ea

%19
%0
%0
%8

Triadic Colors of #bee9ea

#bee9ea #eabee9 #e9eabe

Analogous Colors of #bee9ea

#bee9ea #bed3ea #beead5

Monochromatic Colors of #bee9ea

#bee9ea

Complementary Color

#bee9ea #eabfbe

#bee9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee9ea Color CSS Codes

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

#bee9ea Text Font Color

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

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


#bee9ea Background Color

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

This div background color is #bee9ea


#bee9ea Border Color

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

This div border color is #bee9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee9ea


Comments

No comments written yet.

Please login to write comment.