Color Hex Logo

#beeae5 Color Hex

#BEEAE5
(190,234,229)
0 Favorites   0 Comments

Color spaces of #beeae5

RGB 190234229
HSL0.480.510.83
HSV173°19°92°
CMYK 0.190.000.02   0.08
XYZ64.800975.449985.2767
Yxy75.44990.28730.3345
Hunter Lab86.8619-18.84342.5954
CIE-Lab89.6033-15.1210-2.2797

#beeae5 color RGB value is (190,234,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11100101
Octal 276 352 345
Decimal 190 234 229
Hex BE EA E5

RGB Percentages of Color #beeae5

%29.10
%35.83
%35.07

CMYK Percentages of Color #beeae5

%19
%0
%2
%8

Triadic Colors of #beeae5

#beeae5 #e5beea #eae5be

Analogous Colors of #beeae5

#beeae5 #bed9ea #beeacf

Monochromatic Colors of #beeae5

#beeae5

Complementary Color

#beeae5 #eabec3

#beeae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeae5 Color CSS Codes

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

#beeae5 Text Font Color

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

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


#beeae5 Background Color

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

This div background color is #beeae5


#beeae5 Border Color

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

This div border color is #beeae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeae5


Comments

No comments written yet.

Please login to write comment.