Color Hex Logo

#beeafb Color Hex

#BEEAFB
(190,234,251)
0 Favorites   0 Comments

Color spaces of #beeafb

RGB 190234251
HSL0.550.880.86
HSV197°24°98°
CMYK 0.240.070.00   0.02
XYZ68.070676.7578102.4948
Yxy76.75780.27520.3104
Hunter Lab87.6115-14.6329-8.0340
CIE-Lab90.2100-10.4556-12.8888

#beeafb color RGB value is (190,234,251).

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

The process color (four color CMYK) of #beeafb color hex is 0.24, 0.07, 0.00, 0.02. Web safe color of #beeafb is #ccffff. Color #beeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11111011
Octal 276 352 373
Decimal 190 234 251
Hex BE EA FB

RGB Percentages of Color #beeafb

%28.15
%34.67
%37.19

CMYK Percentages of Color #beeafb

%24
%7
%0
%2

Triadic Colors of #beeafb

#beeafb #fbbeea #eafbbe

Analogous Colors of #beeafb

#beeafb #beccfb #befbee

Monochromatic Colors of #beeafb

#beeafb

Complementary Color

#beeafb #fbcfbe

#beeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeafb Color CSS Codes

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

#beeafb Text Font Color

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

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


#beeafb Background Color

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

This div background color is #beeafb


#beeafb Border Color

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

This div border color is #beeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeafb


Comments

No comments written yet.

Please login to write comment.