Color Hex Logo

#bef3d8 Color Hex

#BEF3D8
(190,243,216)
0 Favorites   0 Comments

Color spaces of #bef3d8

RGB 190243216
HSL0.420.690.85
HSV149°22°95°
CMYK 0.220.000.11   0.05
XYZ65.680580.006276.9468
Yxy80.00620.29500.3594
Hunter Lab89.4462-25.457911.6076
CIE-Lab91.6876-22.12307.5234

#bef3d8 color RGB value is (190,243,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 11011000
Octal 276 363 330
Decimal 190 243 216
Hex BE F3 D8

RGB Percentages of Color #bef3d8

%29.28
%37.44
%33.28

CMYK Percentages of Color #bef3d8

%22
%0
%11
%5

Triadic Colors of #bef3d8

#bef3d8 #d8bef3 #f3d8be

Analogous Colors of #bef3d8

#bef3d8 #bef3f3 #bff3be

Monochromatic Colors of #bef3d8

#bef3d8

Complementary Color

#bef3d8 #f3bed9

#bef3d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef3d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef3d8 Color CSS Codes

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

#bef3d8 Text Font Color

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

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


#bef3d8 Background Color

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

This div background color is #bef3d8


#bef3d8 Border Color

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

This div border color is #bef3d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef3d8


Comments

No comments written yet.

Please login to write comment.