Color Hex Logo

#befc88 Color Hex

#BEFC88
(190,252,136)
0 Favorites   0 Comments

Color spaces of #befc88

RGB 190252136
HSL0.260.950.76
HSV92°46°99°
CMYK 0.250.000.46   0.01
XYZ60.489582.345535.9987
Yxy82.34550.33820.4605
Hunter Lab90.7444-39.816140.0005
CIE-Lab92.7271-38.570249.1659

#befc88 color RGB value is (190,252,136).

#befc88 hex color red value is 190, green value is 252 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #befc88 hue: 0.26 , saturation: 0.95 and the lightness value of befc88 is 0.76.

The process color (four color CMYK) of #befc88 color hex is 0.25, 0.00, 0.46, 0.01. Web safe color of #befc88 is #ccff99. Color #befc88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10001000
Octal 276 374 210
Decimal 190 252 136
Hex BE FC 88

RGB Percentages of Color #befc88

%32.87
%43.60
%23.53

CMYK Percentages of Color #befc88

%25
%0
%46
%1

Triadic Colors of #befc88

#befc88 #88befc #fc88be

Analogous Colors of #befc88

#befc88 #88fc8c #f8fc88

Monochromatic Colors of #befc88

#befc88

Complementary Color

#befc88 #c688fc

#befc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc88 Color CSS Codes

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

#befc88 Text Font Color

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

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


#befc88 Background Color

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

This div background color is #befc88


#befc88 Border Color

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

This div border color is #befc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc88


Comments

No comments written yet.

Please login to write comment.