Color Hex Logo

#beeaaf Color Hex

#BEEAAF
(190,234,175)
0 Favorites   0 Comments

Color spaces of #beeaaf

RGB 190234175
HSL0.290.580.80
HSV105°25°92°
CMYK 0.190.000.25   0.08
XYZ58.395972.887951.5484
Yxy72.88790.31940.3987
Hunter Lab85.3744-27.311623.9633
CIE-Lab88.3942-24.914024.1132

#beeaaf color RGB value is (190,234,175).

#beeaaf hex color red value is 190, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #beeaaf hue: 0.29 , saturation: 0.58 and the lightness value of beeaaf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 10101111
Octal 276 352 257
Decimal 190 234 175
Hex BE EA AF

RGB Percentages of Color #beeaaf

%31.72
%39.07
%29.22

CMYK Percentages of Color #beeaaf

%19
%0
%25
%8

Triadic Colors of #beeaaf

#beeaaf #afbeea #eaafbe

Analogous Colors of #beeaaf

#beeaaf #afeabe #dceaaf

Monochromatic Colors of #beeaaf

#beeaaf

Complementary Color

#beeaaf #dbafea

#beeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeaaf Color CSS Codes

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

#beeaaf Text Font Color

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

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


#beeaaf Background Color

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

This div background color is #beeaaf


#beeaaf Border Color

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

This div border color is #beeaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeaaf


Comments

No comments written yet.

Please login to write comment.