Color Hex Logo

#bee9db Color Hex

#BEE9DB
(190,233,219)
0 Favorites   0 Comments

Color spaces of #bee9db

RGB 190233219
HSL0.450.490.83
HSV160°18°91°
CMYK 0.180.000.06   0.09
XYZ63.160374.339478.0379
Yxy74.33940.29300.3449
Hunter Lab86.2203-20.12616.6909
CIE-Lab89.0826-16.62232.1940

#bee9db color RGB value is (190,233,219).

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

The process color (four color CMYK) of #bee9db color hex is 0.18, 0.00, 0.06, 0.09. Web safe color of #bee9db is #ccffcc. Color #bee9db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 11011011
Octal 276 351 333
Decimal 190 233 219
Hex BE E9 DB

RGB Percentages of Color #bee9db

%29.60
%36.29
%34.11

CMYK Percentages of Color #bee9db

%18
%0
%6
%9

Triadic Colors of #bee9db

#bee9db #dbbee9 #e9dbbe

Analogous Colors of #bee9db

#bee9db #bee2e9 #bee9c6

Monochromatic Colors of #bee9db

#bee9db

Complementary Color

#bee9db #e9becc

#bee9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee9db Color CSS Codes

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

#bee9db Text Font Color

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

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


#bee9db Background Color

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

This div background color is #bee9db


#bee9db Border Color

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

This div border color is #bee9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee9db


Comments

No comments written yet.

Please login to write comment.