Color Hex Logo

#beeefa Color Hex

#BEEEFA
(190,238,250)
0 Favorites   0 Comments

Color spaces of #beeefa

RGB 190238250
HSL0.530.860.86
HSV192°24°98°
CMYK 0.240.050.00   0.02
XYZ69.065178.9983102.0506
Yxy78.99830.27610.3158
Hunter Lab88.8810-16.8380-5.8584
CIE-Lab91.2335-12.6993-10.8406

#beeefa color RGB value is (190,238,250).

#beeefa hex color red value is 190, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #beeefa hue: 0.53 , saturation: 0.86 and the lightness value of beeefa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 11111010
Octal 276 356 372
Decimal 190 238 250
Hex BE EE FA

RGB Percentages of Color #beeefa

%28.02
%35.10
%36.87

CMYK Percentages of Color #beeefa

%24
%5
%0
%2

Triadic Colors of #beeefa

#beeefa #fabeee #eefabe

Analogous Colors of #beeefa

#beeefa #bed0fa #befae8

Monochromatic Colors of #beeefa

#beeefa

Complementary Color

#beeefa #facabe

#beeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeefa Color CSS Codes

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

#beeefa Text Font Color

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

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


#beeefa Background Color

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

This div background color is #beeefa


#beeefa Border Color

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

This div border color is #beeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeefa


Comments

No comments written yet.

Please login to write comment.