Color Hex Logo

#baf3e6 Color Hex

#BAF3E6
(186,243,230)
0 Favorites   0 Comments

Color spaces of #baf3e6

RGB 186243230
HSL0.460.700.84
HSV166°23°95°
CMYK 0.230.000.05   0.05
XYZ66.583280.253586.8441
Yxy80.25350.28490.3434
Hunter Lab89.5843-24.10315.2326
CIE-Lab91.7985-20.58480.3824

#baf3e6 color RGB value is (186,243,230).

#baf3e6 hex color red value is 186, green value is 243 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #baf3e6 hue: 0.46 , saturation: 0.70 and the lightness value of baf3e6 is 0.84.

The process color (four color CMYK) of #baf3e6 color hex is 0.23, 0.00, 0.05, 0.05. Web safe color of #baf3e6 is #ccffff. Color #baf3e6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 11100110
Octal 272 363 346
Decimal 186 243 230
Hex BA F3 E6

RGB Percentages of Color #baf3e6

%28.22
%36.87
%34.90

CMYK Percentages of Color #baf3e6

%23
%0
%5
%5

Triadic Colors of #baf3e6

#baf3e6 #e6baf3 #f3e6ba

Analogous Colors of #baf3e6

#baf3e6 #bae4f3 #baf3ca

Monochromatic Colors of #baf3e6

#baf3e6

Complementary Color

#baf3e6 #f3bac7

#baf3e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf3e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf3e6 Color CSS Codes

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

#baf3e6 Text Font Color

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

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


#baf3e6 Background Color

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

This div background color is #baf3e6


#baf3e6 Border Color

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

This div border color is #baf3e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf3e6


Comments

No comments written yet.

Please login to write comment.