Color Hex Logo

#beefff Color Hex

#BEEFFF
(190,239,255)
0 Favorites   0 Comments

Color spaces of #beefff

RGB 190239255
HSL0.541.000.87
HSV195°25°100°
CMYK 0.250.060.00   0.00
XYZ70.151779.9002106.3326
Yxy79.90020.27360.3116
Hunter Lab89.3869-16.3386-7.9592
CIE-Lab91.6401-12.1064-12.8398

#beefff color RGB value is (190,239,255).

#beefff hex color red value is 190, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #beefff hue: 0.54 , saturation: 1.00 and the lightness value of beefff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11111111
Octal 276 357 377
Decimal 190 239 255
Hex BE EF FF

RGB Percentages of Color #beefff

%27.78
%34.94
%37.28

CMYK Percentages of Color #beefff

%25
%6
%0
%0

Triadic Colors of #beefff

#beefff #ffbeef #efffbe

Analogous Colors of #beefff

#beefff #becfff #beffef

Monochromatic Colors of #beefff

#beefff

Complementary Color

#beefff #ffcebe

#beefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefff Color CSS Codes

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

#beefff Text Font Color

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

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


#beefff Background Color

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

This div background color is #beefff


#beefff Border Color

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

This div border color is #beefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefff

Related Colors

#beefff Color Palettes


Comments

No comments written yet.

Please login to write comment.