Color Hex Logo

#baf8e1 Color Hex

#BAF8E1
(186,248,225)
0 Favorites   0 Comments

Color spaces of #baf8e1

RGB 186248225
HSL0.440.820.85
HSV158°25°97°
CMYK 0.250.000.09   0.03
XYZ67.407783.010183.7040
Yxy83.01010.28790.3546
Hunter Lab91.1099-27.37909.3063
CIE-Lab93.0189-24.01964.7495

#baf8e1 color RGB value is (186,248,225).

#baf8e1 hex color red value is 186, green value is 248 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #baf8e1 hue: 0.44 , saturation: 0.82 and the lightness value of baf8e1 is 0.85.

The process color (four color CMYK) of #baf8e1 color hex is 0.25, 0.00, 0.09, 0.03. Web safe color of #baf8e1 is #ccffcc. Color #baf8e1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111000 11100001
Octal 272 370 341
Decimal 186 248 225
Hex BA F8 E1

RGB Percentages of Color #baf8e1

%28.22
%37.63
%34.14

CMYK Percentages of Color #baf8e1

%25
%0
%9
%3

Triadic Colors of #baf8e1

#baf8e1 #e1baf8 #f8e1ba

Analogous Colors of #baf8e1

#baf8e1 #baf0f8 #baf8c2

Monochromatic Colors of #baf8e1

#baf8e1

Complementary Color

#baf8e1 #f8bad1

#baf8e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf8e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf8e1 Color CSS Codes

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

#baf8e1 Text Font Color

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

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


#baf8e1 Background Color

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

This div background color is #baf8e1


#baf8e1 Border Color

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

This div border color is #baf8e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf8e1


Comments

No comments written yet.

Please login to write comment.