Color Hex Logo

#befda8 Color Hex

#BEFDA8
(190,253,168)
0 Favorites   0 Comments

Color spaces of #befda8

RGB 190253168
HSL0.290.960.83
HSV104°34°99°
CMYK 0.250.000.34   0.01
XYZ63.428484.024949.9212
Yxy84.02490.32140.4257
Hunter Lab91.6651-36.899431.8760
CIE-Lab93.4613-34.879434.5073

#befda8 color RGB value is (190,253,168).

#befda8 hex color red value is 190, green value is 253 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #befda8 hue: 0.29 , saturation: 0.96 and the lightness value of befda8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10101000
Octal 276 375 250
Decimal 190 253 168
Hex BE FD A8

RGB Percentages of Color #befda8

%31.10
%41.41
%27.50

CMYK Percentages of Color #befda8

%25
%0
%34
%1

Triadic Colors of #befda8

#befda8 #a8befd #fda8be

Analogous Colors of #befda8

#befda8 #a8fdbd #e9fda8

Monochromatic Colors of #befda8

#befda8

Complementary Color

#befda8 #e7a8fd

#befda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befda8 Color CSS Codes

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

#befda8 Text Font Color

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

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


#befda8 Background Color

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

This div background color is #befda8


#befda8 Border Color

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

This div border color is #befda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befda8


Comments

No comments written yet.

Please login to write comment.