Color Hex Logo

#befefb Color Hex

#BEFEFB
(190,254,251)
0 Favorites   0 Comments

Color spaces of #befefb

RGB 190254251
HSL0.490.970.87
HSV177°25°100°
CMYK 0.250.000.01   0.00
XYZ74.089688.7958104.5012
Yxy88.79580.27710.3321
Hunter Lab94.2315-24.55940.2104
CIE-Lab95.4950-20.4212-5.0475

#befefb color RGB value is (190,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 11111011
Octal 276 376 373
Decimal 190 254 251
Hex BE FE FB

RGB Percentages of Color #befefb

%27.34
%36.55
%36.12

CMYK Percentages of Color #befefb

%25
%0
%1
%0

Triadic Colors of #befefb

#befefb #fbbefe #fefbbe

Analogous Colors of #befefb

#befefb #bee1fe #befedb

Monochromatic Colors of #befefb

#befefb

Complementary Color

#befefb #febec1

#befefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befefb Color CSS Codes

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

#befefb Text Font Color

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

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


#befefb Background Color

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

This div background color is #befefb


#befefb Border Color

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

This div border color is #befefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befefb

Related Colors


Comments

No comments written yet.

Please login to write comment.