Color Hex Logo

#bdddff Color Hex

#BDDDFF
(189,221,255)
1 Favorites   0 Comments

Color spaces of #bdddff

RGB 189221255
HSL0.591.000.87
HSV211°26°100°
CMYK 0.260.130.00   0.00
XYZ64.892769.7517104.6510
Yxy69.75170.27120.2915
Hunter Lab83.5175-7.4619-15.8307
CIE-Lab86.8749-3.1530-20.0039

#bdddff color RGB value is (189,221,255).

#bdddff hex color red value is 189, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bdddff hue: 0.59 , saturation: 1.00 and the lightness value of bdddff is 0.87.

The process color (four color CMYK) of #bdddff color hex is 0.26, 0.13, 0.00, 0.00. Web safe color of #bdddff is #ccccff. Color #bdddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11111111
Octal 275 335 377
Decimal 189 221 255
Hex BD DD FF

RGB Percentages of Color #bdddff

%28.42
%33.23
%38.35

CMYK Percentages of Color #bdddff

%26
%13
%0
%0

Triadic Colors of #bdddff

#bdddff #ffbddd #ddffbd

Analogous Colors of #bdddff

#bdddff #bebdff #bdfeff

Monochromatic Colors of #bdddff

#bdddff

Complementary Color

#bdddff #ffdfbd

#bdddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddff Color CSS Codes

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

#bdddff Text Font Color

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

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


#bdddff Background Color

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

This div background color is #bdddff


#bdddff Border Color

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

This div border color is #bdddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddff

Related Colors


Comments

No comments written yet.

Please login to write comment.