Color Hex Logo

#bddfff Color Hex

#BDDFFF
(189,223,255)
0 Favorites   0 Comments

Color spaces of #bddfff

RGB 189223255
HSL0.581.000.87
HSV209°26°100°
CMYK 0.260.130.00   0.00
XYZ65.423970.8142104.8280
Yxy70.81420.27140.2938
Hunter Lab84.1512-8.4885-14.9524
CIE-Lab87.3947-4.1951-19.2191

#bddfff color RGB value is (189,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11111111
Octal 275 337 377
Decimal 189 223 255
Hex BD DF FF

RGB Percentages of Color #bddfff

%28.34
%33.43
%38.23

CMYK Percentages of Color #bddfff

%26
%13
%0
%0

Triadic Colors of #bddfff

#bddfff #ffbddf #dfffbd

Analogous Colors of #bddfff

#bddfff #bdbeff #bdfffe

Monochromatic Colors of #bddfff

#bddfff

Complementary Color

#bddfff #ffddbd

#bddfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfff Color CSS Codes

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

#bddfff Text Font Color

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

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


#bddfff Background Color

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

This div background color is #bddfff


#bddfff Border Color

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

This div border color is #bddfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfff

Related Colors

#bddfff Color Palettes


Comments

No comments written yet.

Please login to write comment.