Color Hex Logo

#baafd4 Color Hex

#BAAFD4
(186,175,212)
0 Favorites   0 Comments

Color spaces of #baafd4

RGB 186175212
HSL0.720.300.76
HSV258°17°83°
CMYK 0.120.170.00   0.17
XYZ47.463345.852568.6362
Yxy45.85250.29310.2831
Hunter Lab67.71456.6162-12.6969
CIE-Lab73.449711.1235-17.2620

#baafd4 color RGB value is (186,175,212).

#baafd4 hex color red value is 186, green value is 175 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #baafd4 hue: 0.72 , saturation: 0.30 and the lightness value of baafd4 is 0.76.

The process color (four color CMYK) of #baafd4 color hex is 0.12, 0.17, 0.00, 0.17. Web safe color of #baafd4 is #cc99cc. Color #baafd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11010100
Octal 272 257 324
Decimal 186 175 212
Hex BA AF D4

RGB Percentages of Color #baafd4

%32.46
%30.54
%37.00

CMYK Percentages of Color #baafd4

%12
%17
%0
%17

Triadic Colors of #baafd4

#baafd4 #d4baaf #afd4ba

Analogous Colors of #baafd4

#baafd4 #cdafd4 #afb7d4

Monochromatic Colors of #baafd4

#baafd4

Complementary Color

#baafd4 #c9d4af

#baafd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafd4 Color CSS Codes

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

#baafd4 Text Font Color

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

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


#baafd4 Background Color

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

This div background color is #baafd4


#baafd4 Border Color

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

This div border color is #baafd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafd4


Comments

No comments written yet.

Please login to write comment.