Color Hex Logo

#befadc Color Hex

#BEFADC
(190,250,220)
0 Favorites   0 Comments

Color spaces of #befadc

RGB 190250220
HSL0.420.860.86
HSV150°24°98°
CMYK 0.240.000.12   0.02
XYZ68.339184.485780.4157
Yxy84.48570.29300.3622
Hunter Lab91.9161-28.139412.4695
CIE-Lab93.6610-24.74348.2881

#befadc color RGB value is (190,250,220).

#befadc hex color red value is 190, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #befadc hue: 0.42 , saturation: 0.86 and the lightness value of befadc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11011100
Octal 276 372 334
Decimal 190 250 220
Hex BE FA DC

RGB Percentages of Color #befadc

%28.79
%37.88
%33.33

CMYK Percentages of Color #befadc

%24
%0
%12
%2

Triadic Colors of #befadc

#befadc #dcbefa #fadcbe

Analogous Colors of #befadc

#befadc #befafa #befabe

Monochromatic Colors of #befadc

#befadc

Complementary Color

#befadc #fabedc

#befadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#befadc Color CSS Codes

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

#befadc Text Font Color

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

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


#befadc Background Color

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

This div background color is #befadc


#befadc Border Color

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

This div border color is #befadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befadc


Comments

No comments written yet.

Please login to write comment.