Color Hex Logo

#bef6de Color Hex

#BEF6DE
(190,246,222)
0 Favorites   0 Comments

Color spaces of #bef6de

RGB 190246222
HSL0.430.760.85
HSV154°23°96°
CMYK 0.230.000.10   0.04
XYZ67.375882.132681.4093
Yxy82.13260.29180.3557
Hunter Lab90.6270-25.893210.1794
CIE-Lab92.6334-22.42835.7746

#bef6de color RGB value is (190,246,222).

#bef6de hex color red value is 190, green value is 246 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bef6de hue: 0.43 , saturation: 0.76 and the lightness value of bef6de is 0.85.

The process color (four color CMYK) of #bef6de color hex is 0.23, 0.00, 0.10, 0.04. Web safe color of #bef6de is #ccffcc. Color #bef6de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 11011110
Octal 276 366 336
Decimal 190 246 222
Hex BE F6 DE

RGB Percentages of Color #bef6de

%28.88
%37.39
%33.74

CMYK Percentages of Color #bef6de

%23
%0
%10
%4

Triadic Colors of #bef6de

#bef6de #debef6 #f6debe

Analogous Colors of #bef6de

#bef6de #bef2f6 #bef6c2

Monochromatic Colors of #bef6de

#bef6de

Complementary Color

#bef6de #f6bed6

#bef6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef6de Color CSS Codes

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

#bef6de Text Font Color

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

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


#bef6de Background Color

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

This div background color is #bef6de


#bef6de Border Color

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

This div border color is #bef6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef6de

#bef6de Color Palettes


Comments

No comments written yet.

Please login to write comment.