Color Hex Logo

#bef9af Color Hex

#BEF9AF
(190,249,175)
0 Favorites   0 Comments

Color spaces of #bef9af

RGB 190249175
HSL0.300.860.83
HSV108°30°98°
CMYK 0.240.000.30   0.02
XYZ62.848781.793753.0327
Yxy81.79370.31790.4138
Hunter Lab90.4399-34.226128.5411
CIE-Lab92.4837-32.000829.6820

#bef9af color RGB value is (190,249,175).

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

The process color (four color CMYK) of #bef9af color hex is 0.24, 0.00, 0.30, 0.02. Web safe color of #bef9af is #ccff99. Color #bef9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 10101111
Octal 276 371 257
Decimal 190 249 175
Hex BE F9 AF

RGB Percentages of Color #bef9af

%30.94
%40.55
%28.50

CMYK Percentages of Color #bef9af

%24
%0
%30
%2

Triadic Colors of #bef9af

#bef9af #afbef9 #f9afbe

Analogous Colors of #bef9af

#bef9af #aff9c5 #e3f9af

Monochromatic Colors of #bef9af

#bef9af

Complementary Color

#bef9af #eaaff9

#bef9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef9af Color CSS Codes

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

#bef9af Text Font Color

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

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


#bef9af Background Color

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

This div background color is #bef9af


#bef9af Border Color

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

This div border color is #bef9af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,249,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 #bef9af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef9af


Comments

No comments written yet.

Please login to write comment.