Color Hex Logo

#bee7ea Color Hex

#BEE7EA
(190,231,234)
0 Favorites   0 Comments

Color spaces of #bee7ea

RGB 190231234
HSL0.510.510.83
HSV184°19°92°
CMYK 0.190.010.00   0.08
XYZ64.662474.039588.7249
Yxy74.03950.28430.3256
Hunter Lab86.0462-16.4409-0.9034
CIE-Lab88.9411-12.5806-5.8734

#bee7ea color RGB value is (190,231,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 11101010
Octal 276 347 352
Decimal 190 231 234
Hex BE E7 EA

RGB Percentages of Color #bee7ea

%29.01
%35.27
%35.73

CMYK Percentages of Color #bee7ea

%19
%1
%0
%8

Triadic Colors of #bee7ea

#bee7ea #eabee7 #e7eabe

Analogous Colors of #bee7ea

#bee7ea #bed1ea #beead7

Monochromatic Colors of #bee7ea

#bee7ea

Complementary Color

#bee7ea #eac1be

#bee7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee7ea Color CSS Codes

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

#bee7ea Text Font Color

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

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


#bee7ea Background Color

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

This div background color is #bee7ea


#bee7ea Border Color

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

This div border color is #bee7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee7ea


Comments

No comments written yet.

Please login to write comment.