Color Hex Logo

#befff1 Color Hex

#BEFFF1
(190,255,241)
0 Favorites   0 Comments

Color spaces of #befff1

RGB 190255241
HSL0.461.000.87
HSV167°25°100°
CMYK 0.250.000.05   0.00
XYZ72.872488.818096.5219
Yxy88.81800.28220.3440
Hunter Lab94.2433-26.90305.2468
CIE-Lab95.5043-22.99510.1232

#befff1 color RGB value is (190,255,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 11110001
Octal 276 377 361
Decimal 190 255 241
Hex BE FF F1

RGB Percentages of Color #befff1

%27.70
%37.17
%35.13

CMYK Percentages of Color #befff1

%25
%0
%5
%0

Triadic Colors of #befff1

#befff1 #f1beff #fff1be

Analogous Colors of #befff1

#befff1 #beedff #beffd1

Monochromatic Colors of #befff1

#befff1

Complementary Color

#befff1 #ffbecc

#befff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befff1 Color CSS Codes

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

#befff1 Text Font Color

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

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


#befff1 Background Color

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

This div background color is #befff1


#befff1 Border Color

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

This div border color is #befff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befff1


Comments

No comments written yet.

Please login to write comment.