Color Hex Logo

#beeaea Color Hex

#BEEAEA
(190,234,234)
0 Favorites   0 Comments

Color spaces of #beeaea

RGB 190234234
HSL0.500.510.83
HSV180°19°92°
CMYK 0.190.000.00   0.08
XYZ65.509375.733389.0072
Yxy75.73330.28450.3289
Hunter Lab87.0249-17.92500.2769
CIE-Lab89.7354-14.0924-4.7020

#beeaea color RGB value is (190,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11101010
Octal 276 352 352
Decimal 190 234 234
Hex BE EA EA

RGB Percentages of Color #beeaea

%28.88
%35.56
%35.56

CMYK Percentages of Color #beeaea

%19
%0
%0
%8

Triadic Colors of #beeaea

#beeaea #eabeea #eaeabe

Analogous Colors of #beeaea

#beeaea #bed4ea #beead4

Monochromatic Colors of #beeaea

#beeaea

Complementary Color

#beeaea #eabebe

#beeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeaea Color CSS Codes

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

#beeaea Text Font Color

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

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


#beeaea Background Color

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

This div background color is #beeaea


#beeaea Border Color

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

This div border color is #beeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeaea


Comments

No comments written yet.

Please login to write comment.