Color Hex Logo

#befffb Color Hex

#BEFFFB
(190,255,251)
0 Favorites   0 Comments

Color spaces of #befffb

RGB 190255251
HSL0.491.000.87
HSV176°25°100°
CMYK 0.250.000.02   0.00
XYZ74.407889.4322104.6072
Yxy89.43220.27720.3331
Hunter Lab94.5686-25.04890.6143
CIE-Lab95.7607-20.9087-4.6560

#befffb color RGB value is (190,255,251).

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

The process color (four color CMYK) of #befffb color hex is 0.25, 0.00, 0.02, 0.00. Web safe color of #befffb is #ccffff. Color #befffb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 11111011
Octal 276 377 373
Decimal 190 255 251
Hex BE FF FB

RGB Percentages of Color #befffb

%27.30
%36.64
%36.06

CMYK Percentages of Color #befffb

%25
%0
%2
%0

Triadic Colors of #befffb

#befffb #fbbeff #fffbbe

Analogous Colors of #befffb

#befffb #bee3ff #beffdb

Monochromatic Colors of #befffb

#befffb

Complementary Color

#befffb #ffbec2

#befffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befffb Color CSS Codes

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

#befffb Text Font Color

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

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


#befffb Background Color

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

This div background color is #befffb


#befffb Border Color

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

This div border color is #befffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befffb

Related Colors


Comments

No comments written yet.

Please login to write comment.