Color Hex Logo

#befbdb Color Hex

#BEFBDB
(190,251,219)
0 Favorites   0 Comments

Color spaces of #befbdb

RGB 190251219
HSL0.410.880.86
HSV149°24°98°
CMYK 0.240.000.13   0.02
XYZ68.518685.056079.8240
Yxy85.05600.29360.3644
Hunter Lab92.2258-28.779713.2409
CIE-Lab93.9072-25.41279.1570

#befbdb color RGB value is (190,251,219).

#befbdb hex color red value is 190, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #befbdb hue: 0.41 , saturation: 0.88 and the lightness value of befbdb is 0.86.

The process color (four color CMYK) of #befbdb color hex is 0.24, 0.00, 0.13, 0.02. Web safe color of #befbdb is #ccffcc. Color #befbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11011011
Octal 276 373 333
Decimal 190 251 219
Hex BE FB DB

RGB Percentages of Color #befbdb

%28.79
%38.03
%33.18

CMYK Percentages of Color #befbdb

%24
%0
%13
%2

Triadic Colors of #befbdb

#befbdb #dbbefb #fbdbbe

Analogous Colors of #befbdb

#befbdb #befbfa #c0fbbe

Monochromatic Colors of #befbdb

#befbdb

Complementary Color

#befbdb #fbbede

#befbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbdb Color CSS Codes

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

#befbdb Text Font Color

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

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


#befbdb Background Color

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

This div background color is #befbdb


#befbdb Border Color

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

This div border color is #befbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbdb


Comments

No comments written yet.

Please login to write comment.