Color Hex Logo

#befce1 Color Hex

#BEFCE1
(190,252,225)
0 Favorites   0 Comments

Color spaces of #befce1

RGB 190252225
HSL0.430.910.87
HSV154°25°99°
CMYK 0.250.000.11   0.01
XYZ69.636286.004284.1644
Yxy86.00420.29040.3586
Hunter Lab92.7384-28.258811.1085
CIE-Lab94.3141-24.74226.6475

#befce1 color RGB value is (190,252,225).

#befce1 hex color red value is 190, green value is 252 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #befce1 hue: 0.43 , saturation: 0.91 and the lightness value of befce1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11100001
Octal 276 374 341
Decimal 190 252 225
Hex BE FC E1

RGB Percentages of Color #befce1

%28.49
%37.78
%33.73

CMYK Percentages of Color #befce1

%25
%0
%11
%1

Triadic Colors of #befce1

#befce1 #e1befc #fce1be

Analogous Colors of #befce1

#befce1 #bef8fc #befcc2

Monochromatic Colors of #befce1

#befce1

Complementary Color

#befce1 #fcbed9

#befce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befce1 Color CSS Codes

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

#befce1 Text Font Color

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

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


#befce1 Background Color

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

This div background color is #befce1


#befce1 Border Color

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

This div border color is #befce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befce1

Related Colors


Comments

No comments written yet.

Please login to write comment.