Color Hex Logo

#befdaf Color Hex

#BEFDAF
(190,253,175)
0 Favorites   0 Comments

Color spaces of #befdaf

RGB 190253175
HSL0.300.950.84
HSV108°31°99°
CMYK 0.250.000.31   0.01
XYZ64.098384.292953.4492
Yxy84.29290.31760.4176
Hunter Lab91.8112-36.049129.7513
CIE-Lab93.5776-33.847631.1571

#befdaf color RGB value is (190,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10101111
Octal 276 375 257
Decimal 190 253 175
Hex BE FD AF

RGB Percentages of Color #befdaf

%30.74
%40.94
%28.32

CMYK Percentages of Color #befdaf

%25
%0
%31
%1

Triadic Colors of #befdaf

#befdaf #afbefd #fdafbe

Analogous Colors of #befdaf

#befdaf #affdc7 #e5fdaf

Monochromatic Colors of #befdaf

#befdaf

Complementary Color

#befdaf #eeaffd

#befdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdaf Color CSS Codes

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

#befdaf Text Font Color

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

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


#befdaf Background Color

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

This div background color is #befdaf


#befdaf Border Color

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

This div border color is #befdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdaf

#befdaf Color Palettes


Comments

No comments written yet.

Please login to write comment.