Color Hex Logo

#beffac Color Hex

#BEFFAC
(190,255,172)
0 Favorites   0 Comments

Color spaces of #beffac

RGB 190255172
HSL0.301.000.84
HSV107°33°100°
CMYK 0.250.000.33   0.00
XYZ64.441685.445752.1260
Yxy85.44570.31900.4230
Hunter Lab92.4368-37.324631.2716
CIE-Lab94.0748-35.209633.3273

#beffac color RGB value is (190,255,172).

#beffac hex color red value is 190, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #beffac hue: 0.30 , saturation: 1.00 and the lightness value of beffac is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10101100
Octal 276 377 254
Decimal 190 255 172
Hex BE FF AC

RGB Percentages of Color #beffac

%30.79
%41.33
%27.88

CMYK Percentages of Color #beffac

%25
%0
%33
%0

Triadic Colors of #beffac

#beffac #acbeff #ffacbe

Analogous Colors of #beffac

#beffac #acffc4 #e8ffac

Monochromatic Colors of #beffac

#beffac

Complementary Color

#beffac #edacff

#beffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffac Color CSS Codes

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

#beffac Text Font Color

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

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


#beffac Background Color

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

This div background color is #beffac


#beffac Border Color

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

This div border color is #beffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffac

Related Colors


Comments

No comments written yet.

Please login to write comment.