Color Hex Logo

#bee0ea Color Hex

#BEE0EA
(190,224,234)
0 Favorites   0 Comments

Color spaces of #bee0ea

RGB 190224234
HSL0.540.510.83
HSV194°19°92°
CMYK 0.190.040.00   0.08
XYZ62.742170.199088.0848
Yxy70.19900.28390.3176
Hunter Lab83.7848-12.9541-3.6835
CIE-Lab87.0944-9.0173-8.6072

#bee0ea color RGB value is (190,224,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 11101010
Octal 276 340 352
Decimal 190 224 234
Hex BE E0 EA

RGB Percentages of Color #bee0ea

%29.32
%34.57
%36.11

CMYK Percentages of Color #bee0ea

%19
%4
%0
%8

Triadic Colors of #bee0ea

#bee0ea #eabee0 #e0eabe

Analogous Colors of #bee0ea

#bee0ea #becaea #beeade

Monochromatic Colors of #bee0ea

#bee0ea

Complementary Color

#bee0ea #eac8be

#bee0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee0ea Color CSS Codes

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

#bee0ea Text Font Color

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

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


#bee0ea Background Color

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

This div background color is #bee0ea


#bee0ea Border Color

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

This div border color is #bee0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee0ea


Comments

No comments written yet.

Please login to write comment.