Color Hex Logo

#bddffc Color Hex

#BDDFFC
(189,223,252)
0 Favorites   0 Comments

Color spaces of #bddffc

RGB 189223252
HSL0.580.910.86
HSV208°25°99°
CMYK 0.250.120.00   0.01
XYZ64.944670.6224102.3040
Yxy70.62240.27300.2969
Hunter Lab84.0371-9.1187-13.3517
CIE-Lab87.3012-4.8731-17.7823

#bddffc color RGB value is (189,223,252).

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

The process color (four color CMYK) of #bddffc color hex is 0.25, 0.12, 0.00, 0.01. Web safe color of #bddffc is #ccccff. Color #bddffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11111100
Octal 275 337 374
Decimal 189 223 252
Hex BD DF FC

RGB Percentages of Color #bddffc

%28.46
%33.58
%37.95

CMYK Percentages of Color #bddffc

%25
%12
%0
%1

Triadic Colors of #bddffc

#bddffc #fcbddf #dffcbd

Analogous Colors of #bddffc

#bddffc #bdc0fc #bdfcfa

Monochromatic Colors of #bddffc

#bddffc

Complementary Color

#bddffc #fcdabd

#bddffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddffc Color CSS Codes

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

#bddffc Text Font Color

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

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


#bddffc Background Color

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

This div background color is #bddffc


#bddffc Border Color

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

This div border color is #bddffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddffc


Comments

No comments written yet.

Please login to write comment.