Color Hex Logo

#bae9bf Color Hex

#BAE9BF
(186,233,191)
0 Favorites   0 Comments

Color spaces of #bae9bf

RGB 186233191
HSL0.350.520.82
HSV126°20°91°
CMYK 0.200.000.18   0.09
XYZ58.792672.478560.1813
Yxy72.47850.30710.3786
Hunter Lab85.1343-25.715317.6820
CIE-Lab88.1984-23.109615.5189

#bae9bf color RGB value is (186,233,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 10111111
Octal 272 351 277
Decimal 186 233 191
Hex BA E9 BF

RGB Percentages of Color #bae9bf

%30.49
%38.20
%31.31

CMYK Percentages of Color #bae9bf

%20
%0
%18
%9

Triadic Colors of #bae9bf

#bae9bf #bfbae9 #e9bfba

Analogous Colors of #bae9bf

#bae9bf #bae9d7 #cde9ba

Monochromatic Colors of #bae9bf

#bae9bf

Complementary Color

#bae9bf #e9bae4

#bae9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9bf Color CSS Codes

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

#bae9bf Text Font Color

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

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


#bae9bf Background Color

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

This div background color is #bae9bf


#bae9bf Border Color

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

This div border color is #bae9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9bf


Comments

No comments written yet.

Please login to write comment.