Color Hex Logo

#babdd2 Color Hex

#BABDD2
(186,189,210)
0 Favorites   0 Comments

Color spaces of #babdd2

RGB 186189210
HSL0.650.210.78
HSV233°11°82°
CMYK 0.110.100.00   0.18
XYZ50.080251.487468.2713
Yxy51.48740.29490.3032
Hunter Lab71.7547-0.9892-6.1834
CIE-Lab76.97333.0960-10.8824

#babdd2 color RGB value is (186,189,210).

#babdd2 hex color red value is 186, green value is 189 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #babdd2 hue: 0.65 , saturation: 0.21 and the lightness value of babdd2 is 0.78.

The process color (four color CMYK) of #babdd2 color hex is 0.11, 0.10, 0.00, 0.18. Web safe color of #babdd2 is #cccccc. Color #babdd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11010010
Octal 272 275 322
Decimal 186 189 210
Hex BA BD D2

RGB Percentages of Color #babdd2

%31.79
%32.31
%35.90

CMYK Percentages of Color #babdd2

%11
%10
%0
%18

Triadic Colors of #babdd2

#babdd2 #d2babd #bdd2ba

Analogous Colors of #babdd2

#babdd2 #c3bad2 #bac9d2

Monochromatic Colors of #babdd2

#babdd2

Complementary Color

#babdd2 #d2cfba

#babdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdd2 Color CSS Codes

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

#babdd2 Text Font Color

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

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


#babdd2 Background Color

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

This div background color is #babdd2


#babdd2 Border Color

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

This div border color is #babdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdd2


Comments

No comments written yet.

Please login to write comment.