Color Hex Logo

#bafee5 Color Hex

#BAFEE5
(186,254,229)
0 Favorites   0 Comments

Color spaces of #bafee5

RGB 186254229
HSL0.440.970.86
HSV158°27°100°
CMYK 0.270.000.10   0.00
XYZ69.834486.979987.2369
Yxy86.97990.28610.3564
Hunter Lab93.2630-29.55139.8251
CIE-Lab94.7297-26.10635.1571

#bafee5 color RGB value is (186,254,229).

#bafee5 hex color red value is 186, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bafee5 hue: 0.44 , saturation: 0.97 and the lightness value of bafee5 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111110 11100101
Octal 272 376 345
Decimal 186 254 229
Hex BA FE E5

RGB Percentages of Color #bafee5

%27.80
%37.97
%34.23

CMYK Percentages of Color #bafee5

%27
%0
%10
%0

Triadic Colors of #bafee5

#bafee5 #e5bafe #fee5ba

Analogous Colors of #bafee5

#bafee5 #baf5fe #bafec3

Monochromatic Colors of #bafee5

#bafee5

Complementary Color

#bafee5 #febad3

#bafee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafee5 Color CSS Codes

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

#bafee5 Text Font Color

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

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


#bafee5 Background Color

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

This div background color is #bafee5


#bafee5 Border Color

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

This div border color is #bafee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafee5

Related Colors


Comments

No comments written yet.

Please login to write comment.