Color Hex Logo

#bae8be Color Hex

#BAE8BE
(186,232,190)
0 Favorites   0 Comments

Color spaces of #bae8be

RGB 186232190
HSL0.350.500.82
HSV125°20°91°
CMYK 0.200.000.18   0.09
XYZ58.400671.870059.5095
Yxy71.87000.30770.3787
Hunter Lab84.7762-25.393317.7241
CIE-Lab87.9060-22.798115.6278

#bae8be color RGB value is (186,232,190).

#bae8be hex color red value is 186, green value is 232 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bae8be hue: 0.35 , saturation: 0.50 and the lightness value of bae8be is 0.82.

The process color (four color CMYK) of #bae8be color hex is 0.20, 0.00, 0.18, 0.09. Web safe color of #bae8be is #ccffcc. Color #bae8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 10111110
Octal 272 350 276
Decimal 186 232 190
Hex BA E8 BE

RGB Percentages of Color #bae8be

%30.59
%38.16
%31.25

CMYK Percentages of Color #bae8be

%20
%0
%18
%9

Triadic Colors of #bae8be

#bae8be #bebae8 #e8beba

Analogous Colors of #bae8be

#bae8be #bae8d5 #cde8ba

Monochromatic Colors of #bae8be

#bae8be

Complementary Color

#bae8be #e8bae4

#bae8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae8be Color CSS Codes

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

#bae8be Text Font Color

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

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


#bae8be Background Color

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

This div background color is #bae8be


#bae8be Border Color

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

This div border color is #bae8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae8be


Comments

No comments written yet.

Please login to write comment.