Color Hex Logo

#bddcfb Color Hex

#BDDCFB
(189,220,251)
1 Favorites   0 Comments

Color spaces of #bddcfb

RGB 189220251
HSL0.580.890.86
HSV210°25°98°
CMYK 0.250.120.00   0.02
XYZ63.992168.9703101.2066
Yxy68.97030.27330.2945
Hunter Lab83.0484-7.7932-14.1197
CIE-Lab86.4893-3.5372-18.4792

#bddcfb color RGB value is (189,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11111011
Octal 275 334 373
Decimal 189 220 251
Hex BD DC FB

RGB Percentages of Color #bddcfb

%28.64
%33.33
%38.03

CMYK Percentages of Color #bddcfb

%25
%12
%0
%2

Triadic Colors of #bddcfb

#bddcfb #fbbddc #dcfbbd

Analogous Colors of #bddcfb

#bddcfb #bdbdfb #bdfbfb

Monochromatic Colors of #bddcfb

#bddcfb

Complementary Color

#bddcfb #fbdcbd

#bddcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcfb Color CSS Codes

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

#bddcfb Text Font Color

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

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


#bddcfb Background Color

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

This div background color is #bddcfb


#bddcfb Border Color

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

This div border color is #bddcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcfb


Comments

No comments written yet.

Please login to write comment.