Color Hex Logo

#beeffb Color Hex

#BEEFFB
(190,239,251)
0 Favorites   0 Comments

Color spaces of #beeffb

RGB 190239251
HSL0.530.880.86
HSV192°24°98°
CMYK 0.240.050.00   0.02
XYZ69.514379.6452102.9761
Yxy79.64520.27570.3159
Hunter Lab89.2442-17.1396-5.9420
CIE-Lab91.5254-12.9850-10.9272

#beeffb color RGB value is (190,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11111011
Octal 276 357 373
Decimal 190 239 251
Hex BE EF FB

RGB Percentages of Color #beeffb

%27.94
%35.15
%36.91

CMYK Percentages of Color #beeffb

%24
%5
%0
%2

Triadic Colors of #beeffb

#beeffb #fbbeef #effbbe

Analogous Colors of #beeffb

#beeffb #bed1fb #befbe9

Monochromatic Colors of #beeffb

#beeffb

Complementary Color

#beeffb #fbcabe

#beeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeffb Color CSS Codes

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

#beeffb Text Font Color

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

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


#beeffb Background Color

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

This div background color is #beeffb


#beeffb Border Color

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

This div border color is #beeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeffb

Related Colors


Comments

No comments written yet.

Please login to write comment.