Color Hex Logo

#bef1de Color Hex

#BEF1DE
(190,241,222)
0 Favorites   0 Comments

Color spaces of #bef1de

RGB 190241222
HSL0.440.650.85
HSV158°21°95°
CMYK 0.210.000.08   0.05
XYZ65.875379.131780.9092
Yxy79.13170.29160.3503
Hunter Lab88.9560-23.48708.3425
CIE-Lab91.2938-19.98903.8376

#bef1de color RGB value is (190,241,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 11011110
Octal 276 361 336
Decimal 190 241 222
Hex BE F1 DE

RGB Percentages of Color #bef1de

%29.10
%36.91
%34.00

CMYK Percentages of Color #bef1de

%21
%0
%8
%5

Triadic Colors of #bef1de

#bef1de #debef1 #f1debe

Analogous Colors of #bef1de

#bef1de #beebf1 #bef1c5

Monochromatic Colors of #bef1de

#bef1de

Complementary Color

#bef1de #f1bed1

#bef1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef1de Color CSS Codes

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

#bef1de Text Font Color

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

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


#bef1de Background Color

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

This div background color is #bef1de


#bef1de Border Color

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

This div border color is #bef1de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,241,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 #bef1de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef1de


Comments

No comments written yet.

Please login to write comment.