Color Hex Logo

#bddffa Color Hex

#BDDFFA
(189,223,250)
0 Favorites   0 Comments

Color spaces of #bddffa

RGB 189223250
HSL0.570.860.86
HSV207°24°98°
CMYK 0.240.110.00   0.02
XYZ64.629370.4963100.6433
Yxy70.49630.27410.2990
Hunter Lab83.9621-9.5343-12.2960
CIE-Lab87.2397-5.3218-16.8226

#bddffa color RGB value is (189,223,250).

#bddffa hex color red value is 189, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bddffa hue: 0.57 , saturation: 0.86 and the lightness value of bddffa is 0.86.

The process color (four color CMYK) of #bddffa color hex is 0.24, 0.11, 0.00, 0.02. Web safe color of #bddffa is #ccccff. Color #bddffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11111010
Octal 275 337 372
Decimal 189 223 250
Hex BD DF FA

RGB Percentages of Color #bddffa

%28.55
%33.69
%37.76

CMYK Percentages of Color #bddffa

%24
%11
%0
%2

Triadic Colors of #bddffa

#bddffa #fabddf #dffabd

Analogous Colors of #bddffa

#bddffa #bdc1fa #bdfaf7

Monochromatic Colors of #bddffa

#bddffa

Complementary Color

#bddffa #fad8bd

#bddffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddffa Color CSS Codes

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

#bddffa Text Font Color

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

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


#bddffa Background Color

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

This div background color is #bddffa


#bddffa Border Color

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

This div border color is #bddffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddffa


Comments

No comments written yet.

Please login to write comment.