Color Hex Logo

#befef1 Color Hex

#BEFEF1
(190,254,241)
0 Favorites   0 Comments

Color spaces of #befef1

RGB 190254241
HSL0.470.970.87
HSV168°25°100°
CMYK 0.250.000.05   0.00
XYZ72.554288.181696.4158
Yxy88.18160.28210.3429
Hunter Lab93.9051-26.41884.8583
CIE-Lab95.2374-22.5115-0.2666

#befef1 color RGB value is (190,254,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 11110001
Octal 276 376 361
Decimal 190 254 241
Hex BE FE F1

RGB Percentages of Color #befef1

%27.74
%37.08
%35.18

CMYK Percentages of Color #befef1

%25
%0
%5
%0

Triadic Colors of #befef1

#befef1 #f1befe #fef1be

Analogous Colors of #befef1

#befef1 #beebfe #befed1

Monochromatic Colors of #befef1

#befef1

Complementary Color

#befef1 #febecb

#befef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befef1 Color CSS Codes

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

#befef1 Text Font Color

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

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


#befef1 Background Color

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

This div background color is #befef1


#befef1 Border Color

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

This div border color is #befef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befef1

Related Colors


Comments

No comments written yet.

Please login to write comment.