Color Hex Logo

#babddf Color Hex

#BABDDF
(186,189,223)
0 Favorites   0 Comments

Color spaces of #babddf

RGB 186189223
HSL0.650.370.80
HSV235°17°87°
CMYK 0.170.150.00   0.13
XYZ51.766652.162077.1519
Yxy52.16200.28590.2881
Hunter Lab72.22331.5506-12.7798
CIE-Lab77.37765.8364-17.3072

#babddf color RGB value is (186,189,223).

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

The process color (four color CMYK) of #babddf color hex is 0.17, 0.15, 0.00, 0.13. Web safe color of #babddf is #cccccc. Color #babddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11011111
Octal 272 275 337
Decimal 186 189 223
Hex BA BD DF

RGB Percentages of Color #babddf

%31.10
%31.61
%37.29

CMYK Percentages of Color #babddf

%17
%15
%0
%13

Triadic Colors of #babddf

#babddf #dfbabd #bddfba

Analogous Colors of #babddf

#babddf #cabadf #bad0df

Monochromatic Colors of #babddf

#babddf

Complementary Color

#babddf #dfdcba

#babddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babddf Color CSS Codes

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

#babddf Text Font Color

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

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


#babddf Background Color

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

This div background color is #babddf


#babddf Border Color

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

This div border color is #babddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babddf


Comments

No comments written yet.

Please login to write comment.