Color Hex Logo

#bae6bf Color Hex

#BAE6BF
(186,230,191)
0 Favorites   0 Comments

Color spaces of #bae6bf

RGB 186230191
HSL0.350.470.82
HSV127°19°90°
CMYK 0.190.000.17   0.10
XYZ57.950570.794359.9006
Yxy70.79430.30720.3753
Hunter Lab84.1393-24.303016.6877
CIE-Lab87.3850-21.647314.3721

#bae6bf color RGB value is (186,230,191).

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

The process color (four color CMYK) of #bae6bf color hex is 0.19, 0.00, 0.17, 0.10. Web safe color of #bae6bf is #ccffcc. Color #bae6bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 10111111
Octal 272 346 277
Decimal 186 230 191
Hex BA E6 BF

RGB Percentages of Color #bae6bf

%30.64
%37.89
%31.47

CMYK Percentages of Color #bae6bf

%19
%0
%17
%10

Triadic Colors of #bae6bf

#bae6bf #bfbae6 #e6bfba

Analogous Colors of #bae6bf

#bae6bf #bae6d5 #cbe6ba

Monochromatic Colors of #bae6bf

#bae6bf

Complementary Color

#bae6bf #e6bae1

#bae6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6bf Color CSS Codes

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

#bae6bf Text Font Color

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

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


#bae6bf Background Color

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

This div background color is #bae6bf


#bae6bf Border Color

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

This div border color is #bae6bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,230,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 #bae6bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6bf


Comments

No comments written yet.

Please login to write comment.