Color Hex Logo

#bef3df Color Hex

#BEF3DF
(190,243,223)
0 Favorites   0 Comments

Color spaces of #bef3df

RGB 190243223
HSL0.440.690.85
HSV157°22°95°
CMYK 0.220.000.08   0.05
XYZ66.605180.376081.8157
Yxy80.37600.29110.3513
Hunter Lab89.6527-24.28038.6497
CIE-Lab91.8533-20.77244.1282

#bef3df color RGB value is (190,243,223).

#bef3df hex color red value is 190, green value is 243 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bef3df hue: 0.44 , saturation: 0.69 and the lightness value of bef3df is 0.85.

The process color (four color CMYK) of #bef3df color hex is 0.22, 0.00, 0.08, 0.05. Web safe color of #bef3df is #ccffcc. Color #bef3df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 11011111
Octal 276 363 337
Decimal 190 243 223
Hex BE F3 DF

RGB Percentages of Color #bef3df

%28.96
%37.04
%33.99

CMYK Percentages of Color #bef3df

%22
%0
%8
%5

Triadic Colors of #bef3df

#bef3df #dfbef3 #f3dfbe

Analogous Colors of #bef3df

#bef3df #beedf3 #bef3c5

Monochromatic Colors of #bef3df

#bef3df

Complementary Color

#bef3df #f3bed2

#bef3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef3df Color CSS Codes

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

#bef3df Text Font Color

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

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


#bef3df Background Color

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

This div background color is #bef3df


#bef3df Border Color

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

This div border color is #bef3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef3df


Comments

No comments written yet.

Please login to write comment.