Color Hex Logo

#bddcff Color Hex

#BDDCFF
(189,220,255)
4 Favorites   0 Comments

Color spaces of #bddcff

RGB 189220255
HSL0.591.000.87
HSV212°26°100°
CMYK 0.260.140.00   0.00
XYZ64.629569.2252104.5632
Yxy69.22520.27110.2904
Hunter Lab83.2017-6.9475-16.2712
CIE-Lab86.6154-2.6306-20.3961

#bddcff color RGB value is (189,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11111111
Octal 275 334 377
Decimal 189 220 255
Hex BD DC FF

RGB Percentages of Color #bddcff

%28.46
%33.13
%38.40

CMYK Percentages of Color #bddcff

%26
%14
%0
%0

Triadic Colors of #bddcff

#bddcff #ffbddc #dcffbd

Analogous Colors of #bddcff

#bddcff #bfbdff #bdfdff

Monochromatic Colors of #bddcff

#bddcff

Complementary Color

#bddcff #ffe0bd

#bddcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcff Color CSS Codes

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

#bddcff Text Font Color

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

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


#bddcff Background Color

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

This div background color is #bddcff


#bddcff Border Color

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

This div border color is #bddcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcff

Related Colors


Comments

No comments written yet.

Please login to write comment.