Color Hex Logo

#beefe6 Color Hex

#BEEFE6
(190,239,230)
0 Favorites   0 Comments

Color spaces of #beefe6

RGB 190239230
HSL0.470.600.84
HSV169°21°94°
CMYK 0.210.000.04   0.06
XYZ66.384678.393386.4955
Yxy78.39330.28700.3390
Hunter Lab88.5400-21.11114.0571
CIE-Lab90.9591-17.4086-0.8163

#beefe6 color RGB value is (190,239,230).

#beefe6 hex color red value is 190, green value is 239 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #beefe6 hue: 0.47 , saturation: 0.60 and the lightness value of beefe6 is 0.84.

The process color (four color CMYK) of #beefe6 color hex is 0.21, 0.00, 0.04, 0.06. Web safe color of #beefe6 is #ccffff. Color #beefe6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11100110
Octal 276 357 346
Decimal 190 239 230
Hex BE EF E6

RGB Percentages of Color #beefe6

%28.83
%36.27
%34.90

CMYK Percentages of Color #beefe6

%21
%0
%4
%6

Triadic Colors of #beefe6

#beefe6 #e6beef #efe6be

Analogous Colors of #beefe6

#beefe6 #bee0ef #beefce

Monochromatic Colors of #beefe6

#beefe6

Complementary Color

#beefe6 #efbec7

#beefe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefe6 Color CSS Codes

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

#beefe6 Text Font Color

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

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


#beefe6 Background Color

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

This div background color is #beefe6


#beefe6 Border Color

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

This div border color is #beefe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefe6


Comments

No comments written yet.

Please login to write comment.