Color Hex Logo

#bddadf Color Hex

#BDDADF
(189,218,223)
0 Favorites   0 Comments

Color spaces of #bddadf

RGB 189218223
HSL0.520.350.81
HSV189°15°87°
CMYK 0.150.020.00   0.13
XYZ59.377066.289379.4777
Yxy66.28930.28940.3231
Hunter Lab81.4182-12.3048-0.8841
CIE-Lab85.1438-8.5362-5.6913

#bddadf color RGB value is (189,218,223).

#bddadf hex color red value is 189, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bddadf hue: 0.52 , saturation: 0.35 and the lightness value of bddadf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11011111
Octal 275 332 337
Decimal 189 218 223
Hex BD DA DF

RGB Percentages of Color #bddadf

%30.00
%34.60
%35.40

CMYK Percentages of Color #bddadf

%15
%2
%0
%13

Triadic Colors of #bddadf

#bddadf #dfbdda #dadfbd

Analogous Colors of #bddadf

#bddadf #bdc9df #bddfd3

Monochromatic Colors of #bddadf

#bddadf

Complementary Color

#bddadf #dfc2bd

#bddadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddadf Color CSS Codes

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

#bddadf Text Font Color

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

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


#bddadf Background Color

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

This div background color is #bddadf


#bddadf Border Color

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

This div border color is #bddadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,218,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 #bddadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddadf

#bddadf Color Palettes


Comments

No comments written yet.

Please login to write comment.