Color Hex Logo

#bee7db Color Hex

#BEE7DB
(190,231,219)
0 Favorites   0 Comments

Color spaces of #bee7db

RGB 190231219
HSL0.450.460.83
HSV162°18°91°
CMYK 0.180.000.05   0.09
XYZ62.597373.213577.8502
Yxy73.21350.29300.3427
Hunter Lab85.5649-19.15215.9511
CIE-Lab88.5494-15.62431.4183

#bee7db color RGB value is (190,231,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 11011011
Octal 276 347 333
Decimal 190 231 219
Hex BE E7 DB

RGB Percentages of Color #bee7db

%29.69
%36.09
%34.22

CMYK Percentages of Color #bee7db

%18
%0
%5
%9

Triadic Colors of #bee7db

#bee7db #dbbee7 #e7dbbe

Analogous Colors of #bee7db

#bee7db #bedfe7 #bee7c7

Monochromatic Colors of #bee7db

#bee7db

Complementary Color

#bee7db #e7beca

#bee7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee7db Color CSS Codes

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

#bee7db Text Font Color

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

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


#bee7db Background Color

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

This div background color is #bee7db


#bee7db Border Color

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

This div border color is #bee7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee7db


Comments

No comments written yet.

Please login to write comment.