Color Hex Logo

#baf8dd Color Hex

#BAF8DD
(186,248,221)
0 Favorites   0 Comments

Color spaces of #baf8dd

RGB 186248221
HSL0.430.820.85
HSV154°25°97°
CMYK 0.250.000.11   0.03
XYZ66.868282.794480.8632
Yxy82.79440.29010.3592
Hunter Lab90.9914-28.058111.0036
CIE-Lab92.9243-24.80506.6832

#baf8dd color RGB value is (186,248,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111000 11011101
Octal 272 370 335
Decimal 186 248 221
Hex BA F8 DD

RGB Percentages of Color #baf8dd

%28.40
%37.86
%33.74

CMYK Percentages of Color #baf8dd

%25
%0
%11
%3

Triadic Colors of #baf8dd

#baf8dd #ddbaf8 #f8ddba

Analogous Colors of #baf8dd

#baf8dd #baf4f8 #baf8be

Monochromatic Colors of #baf8dd

#baf8dd

Complementary Color

#baf8dd #f8bad5

#baf8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf8dd Color CSS Codes

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

#baf8dd Text Font Color

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

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


#baf8dd Background Color

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

This div background color is #baf8dd


#baf8dd Border Color

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

This div border color is #baf8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf8dd


Comments

No comments written yet.

Please login to write comment.