Color Hex Logo

#beffaf Color Hex

#BEFFAF
(190,255,175)
0 Favorites   0 Comments

Color spaces of #beffaf

RGB 190255175
HSL0.301.000.84
HSV109°31°100°
CMYK 0.250.000.31   0.00
XYZ64.733185.562353.6608
Yxy85.56230.31740.4195
Hunter Lab92.4999-36.957330.3548
CIE-Lab94.1249-34.764031.8928

#beffaf color RGB value is (190,255,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10101111
Octal 276 377 257
Decimal 190 255 175
Hex BE FF AF

RGB Percentages of Color #beffaf

%30.65
%41.13
%28.23

CMYK Percentages of Color #beffaf

%25
%0
%31
%0

Triadic Colors of #beffaf

#beffaf #afbeff #ffafbe

Analogous Colors of #beffaf

#beffaf #afffc8 #e6ffaf

Monochromatic Colors of #beffaf

#beffaf

Complementary Color

#beffaf #f0afff

#beffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffaf Color CSS Codes

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

#beffaf Text Font Color

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

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


#beffaf Background Color

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

This div background color is #beffaf


#beffaf Border Color

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

This div border color is #beffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.