Color Hex Logo

#befbe4 Color Hex

#BEFBE4
(190,251,228)
0 Favorites   0 Comments

Color spaces of #befbe4

RGB 190251228
HSL0.440.880.86
HSV157°24°98°
CMYK 0.240.000.09   0.02
XYZ69.736085.542986.2348
Yxy85.54290.28870.3542
Hunter Lab92.4894-27.26949.4621
CIE-Lab94.1166-23.67534.8139

#befbe4 color RGB value is (190,251,228).

#befbe4 hex color red value is 190, green value is 251 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #befbe4 hue: 0.44 , saturation: 0.88 and the lightness value of befbe4 is 0.86.

The process color (four color CMYK) of #befbe4 color hex is 0.24, 0.00, 0.09, 0.02. Web safe color of #befbe4 is #ccffcc. Color #befbe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11100100
Octal 276 373 344
Decimal 190 251 228
Hex BE FB E4

RGB Percentages of Color #befbe4

%28.40
%37.52
%34.08

CMYK Percentages of Color #befbe4

%24
%0
%9
%2

Triadic Colors of #befbe4

#befbe4 #e4befb #fbe4be

Analogous Colors of #befbe4

#befbe4 #bef4fb #befbc6

Monochromatic Colors of #befbe4

#befbe4

Complementary Color

#befbe4 #fbbed5

#befbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbe4 Color CSS Codes

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

#befbe4 Text Font Color

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

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


#befbe4 Background Color

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

This div background color is #befbe4


#befbe4 Border Color

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

This div border color is #befbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbe4


Comments

No comments written yet.

Please login to write comment.