Color Hex Logo

#bee3ea Color Hex

#BEE3EA
(190,227,234)
0 Favorites   0 Comments

Color spaces of #bee3ea

RGB 190227234
HSL0.530.510.83
HSV190°19°92°
CMYK 0.190.030.00   0.08
XYZ63.555671.825888.3559
Yxy71.82580.28410.3210
Hunter Lab84.7501-14.4524-2.4875
CIE-Lab87.8847-10.5503-7.4356

#bee3ea color RGB value is (190,227,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 11101010
Octal 276 343 352
Decimal 190 227 234
Hex BE E3 EA

RGB Percentages of Color #bee3ea

%29.19
%34.87
%35.94

CMYK Percentages of Color #bee3ea

%19
%3
%0
%8

Triadic Colors of #bee3ea

#bee3ea #eabee3 #e3eabe

Analogous Colors of #bee3ea

#bee3ea #becdea #beeadb

Monochromatic Colors of #bee3ea

#bee3ea

Complementary Color

#bee3ea #eac5be

#bee3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee3ea Color CSS Codes

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

#bee3ea Text Font Color

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

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


#bee3ea Background Color

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

This div background color is #bee3ea


#bee3ea Border Color

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

This div border color is #bee3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee3ea


Comments

No comments written yet.

Please login to write comment.