Color Hex Logo

#befce9 Color Hex

#BEFCE9
(190,252,233)
0 Favorites   0 Comments

Color spaces of #befce9

RGB 190252233
HSL0.450.910.87
HSV162°25°99°
CMYK 0.250.000.08   0.01
XYZ70.753686.451190.0484
Yxy86.45110.28620.3496
Hunter Lab92.9791-26.88167.6642
CIE-Lab94.5049-23.16622.7950

#befce9 color RGB value is (190,252,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11101001
Octal 276 374 351
Decimal 190 252 233
Hex BE FC E9

RGB Percentages of Color #befce9

%28.15
%37.33
%34.52

CMYK Percentages of Color #befce9

%25
%0
%8
%1

Triadic Colors of #befce9

#befce9 #e9befc #fce9be

Analogous Colors of #befce9

#befce9 #bef0fc #befcca

Monochromatic Colors of #befce9

#befce9

Complementary Color

#befce9 #fcbed1

#befce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befce9 Color CSS Codes

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

#befce9 Text Font Color

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

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


#befce9 Background Color

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

This div background color is #befce9


#befce9 Border Color

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

This div border color is #befce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befce9

Related Colors


Comments

No comments written yet.

Please login to write comment.