Color Hex Logo

#beffde Color Hex

#BEFFDE
(190,255,222)
0 Favorites   0 Comments

Color spaces of #beffde

RGB 190255222
HSL0.421.000.87
HSV150°25°100°
CMYK 0.250.000.13   0.00
XYZ70.180087.741182.3441
Yxy87.74110.29210.3652
Hunter Lab93.6702-30.186413.4482
CIE-Lab95.0518-26.75159.2523

#beffde color RGB value is (190,255,222).

#beffde hex color red value is 190, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #beffde hue: 0.42 , saturation: 1.00 and the lightness value of beffde is 0.87.

The process color (four color CMYK) of #beffde color hex is 0.25, 0.00, 0.13, 0.00. Web safe color of #beffde is #ccffcc. Color #beffde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 11011110
Octal 276 377 336
Decimal 190 255 222
Hex BE FF DE

RGB Percentages of Color #beffde

%28.49
%38.23
%33.28

CMYK Percentages of Color #beffde

%25
%0
%13
%0

Triadic Colors of #beffde

#beffde #debeff #ffdebe

Analogous Colors of #beffde

#beffde #beffff #bfffbe

Monochromatic Colors of #beffde

#beffde

Complementary Color

#beffde #ffbedf

#beffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffde Color CSS Codes

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

#beffde Text Font Color

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

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


#beffde Background Color

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

This div background color is #beffde


#beffde Border Color

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

This div border color is #beffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffde

#beffde Color Palettes


Comments

No comments written yet.

Please login to write comment.