Color Hex Logo

#beead6 Color Hex

#BEEAD6
(190,234,214)
0 Favorites   0 Comments

Color spaces of #beead6

RGB 190234214
HSL0.420.510.83
HSV153°19°92°
CMYK 0.190.000.09   0.08
XYZ62.795674.647874.7171
Yxy74.64780.29600.3518
Hunter Lab86.3990-21.46269.2058
CIE-Lab89.2278-18.08925.0198

#beead6 color RGB value is (190,234,214).

#beead6 hex color red value is 190, green value is 234 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #beead6 hue: 0.42 , saturation: 0.51 and the lightness value of beead6 is 0.83.

The process color (four color CMYK) of #beead6 color hex is 0.19, 0.00, 0.09, 0.08. Web safe color of #beead6 is #ccffcc. Color #beead6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11010110
Octal 276 352 326
Decimal 190 234 214
Hex BE EA D6

RGB Percentages of Color #beead6

%29.78
%36.68
%33.54

CMYK Percentages of Color #beead6

%19
%0
%9
%8

Triadic Colors of #beead6

#beead6 #d6beea #ead6be

Analogous Colors of #beead6

#beead6 #bee8ea #beeac0

Monochromatic Colors of #beead6

#beead6

Complementary Color

#beead6 #eabed2

#beead6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beead6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beead6 Color CSS Codes

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

#beead6 Text Font Color

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

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


#beead6 Background Color

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

This div background color is #beead6


#beead6 Border Color

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

This div border color is #beead6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beead6


Comments

No comments written yet.

Please login to write comment.