Color Hex Logo

#beeafe Color Hex

#BEEAFE
(190,234,254)
0 Favorites   0 Comments

Color spaces of #beeafe

RGB 190234254
HSL0.550.970.87
HSV199°25°100°
CMYK 0.250.080.00   0.00
XYZ68.547476.9485105.0057
Yxy76.94850.27360.3072
Hunter Lab87.7203-14.0250-9.5690
CIE-Lab90.2979-9.7924-14.3250

#beeafe color RGB value is (190,234,254).

#beeafe hex color red value is 190, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #beeafe hue: 0.55 , saturation: 0.97 and the lightness value of beeafe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11111110
Octal 276 352 376
Decimal 190 234 254
Hex BE EA FE

RGB Percentages of Color #beeafe

%28.02
%34.51
%37.46

CMYK Percentages of Color #beeafe

%25
%8
%0
%0

Triadic Colors of #beeafe

#beeafe #febeea #eafebe

Analogous Colors of #beeafe

#beeafe #becafe #befef2

Monochromatic Colors of #beeafe

#beeafe

Complementary Color

#beeafe #fed2be

#beeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeafe Color CSS Codes

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

#beeafe Text Font Color

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

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


#beeafe Background Color

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

This div background color is #beeafe


#beeafe Border Color

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

This div border color is #beeafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeafe

Related Colors


Comments

No comments written yet.

Please login to write comment.