Color Hex Logo

#befce7 Color Hex

#BEFCE7
(190,252,231)
0 Favorites   0 Comments

Color spaces of #befce7

RGB 190252231
HSL0.440.910.87
HSV160°25°99°
CMYK 0.250.000.08   0.01
XYZ70.469486.337588.5520
Yxy86.33750.28720.3519
Hunter Lab92.9180-27.23138.5385
CIE-Lab94.4565-23.56503.7572

#befce7 color RGB value is (190,252,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11100111
Octal 276 374 347
Decimal 190 252 231
Hex BE FC E7

RGB Percentages of Color #befce7

%28.23
%37.44
%34.32

CMYK Percentages of Color #befce7

%25
%0
%8
%1

Triadic Colors of #befce7

#befce7 #e7befc #fce7be

Analogous Colors of #befce7

#befce7 #bef2fc #befcc8

Monochromatic Colors of #befce7

#befce7

Complementary Color

#befce7 #fcbed3

#befce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befce7 Color CSS Codes

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

#befce7 Text Font Color

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

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


#befce7 Background Color

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

This div background color is #befce7


#befce7 Border Color

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

This div border color is #befce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befce7


Comments

No comments written yet.

Please login to write comment.