Color Hex Logo

#bee4ed Color Hex

#BEE4ED
(190,228,237)
0 Favorites   0 Comments

Color spaces of #bee4ed

RGB 190228237
HSL0.530.570.84
HSV191°20°93°
CMYK 0.200.040.00   0.07
XYZ64.264772.548490.7369
Yxy72.54840.28240.3188
Hunter Lab85.1753-14.3788-3.5386
CIE-Lab88.2319-10.4268-8.4978

#bee4ed color RGB value is (190,228,237).

#bee4ed hex color red value is 190, green value is 228 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bee4ed hue: 0.53 , saturation: 0.57 and the lightness value of bee4ed is 0.84.

The process color (four color CMYK) of #bee4ed color hex is 0.20, 0.04, 0.00, 0.07. Web safe color of #bee4ed is #ccccff. Color #bee4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 11101101
Octal 276 344 355
Decimal 190 228 237
Hex BE E4 ED

RGB Percentages of Color #bee4ed

%29.01
%34.81
%36.18

CMYK Percentages of Color #bee4ed

%20
%4
%0
%7

Triadic Colors of #bee4ed

#bee4ed #edbee4 #e4edbe

Analogous Colors of #bee4ed

#bee4ed #becded #beeddf

Monochromatic Colors of #bee4ed

#bee4ed

Complementary Color

#bee4ed #edc7be

#bee4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee4ed Color CSS Codes

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

#bee4ed Text Font Color

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

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


#bee4ed Background Color

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

This div background color is #bee4ed


#bee4ed Border Color

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

This div border color is #bee4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee4ed


Comments

No comments written yet.

Please login to write comment.