Color Hex Logo

#befdfa Color Hex

#BEFDFA
(190,253,250)
0 Favorites   0 Comments

Color spaces of #befdfa

RGB 190253250
HSL0.490.940.87
HSV177°25°99°
CMYK 0.250.000.01   0.01
XYZ73.615888.0998103.5675
Yxy88.09980.27750.3321
Hunter Lab93.8615-24.25960.2820
CIE-Lab95.2029-20.1453-4.9618

#befdfa color RGB value is (190,253,250).

#befdfa hex color red value is 190, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #befdfa hue: 0.49 , saturation: 0.94 and the lightness value of befdfa is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11111010
Octal 276 375 372
Decimal 190 253 250
Hex BE FD FA

RGB Percentages of Color #befdfa

%27.42
%36.51
%36.08

CMYK Percentages of Color #befdfa

%25
%0
%1
%1

Triadic Colors of #befdfa

#befdfa #fabefd #fdfabe

Analogous Colors of #befdfa

#befdfa #bee1fd #befddb

Monochromatic Colors of #befdfa

#befdfa

Complementary Color

#befdfa #fdbec1

#befdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdfa Color CSS Codes

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

#befdfa Text Font Color

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

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


#befdfa Background Color

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

This div background color is #befdfa


#befdfa Border Color

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

This div border color is #befdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdfa


Comments

No comments written yet.

Please login to write comment.