Color Hex Logo

#bddbf8 Color Hex

#BDDBF8
(189,219,248)
0 Favorites   0 Comments

Color spaces of #bddbf8

RGB 189219248
HSL0.580.810.86
HSV209°24°97°
CMYK 0.240.120.00   0.03
XYZ63.261168.259298.6481
Yxy68.25920.27480.2966
Hunter Lab82.6191-7.9068-12.9595
CIE-Lab86.1359-3.6888-17.4297

#bddbf8 color RGB value is (189,219,248).

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

The process color (four color CMYK) of #bddbf8 color hex is 0.24, 0.12, 0.00, 0.03. Web safe color of #bddbf8 is #ccccff. Color #bddbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11111000
Octal 275 333 370
Decimal 189 219 248
Hex BD DB F8

RGB Percentages of Color #bddbf8

%28.81
%33.38
%37.80

CMYK Percentages of Color #bddbf8

%24
%12
%0
%3

Triadic Colors of #bddbf8

#bddbf8 #f8bddb #dbf8bd

Analogous Colors of #bddbf8

#bddbf8 #bdbef8 #bdf8f8

Monochromatic Colors of #bddbf8

#bddbf8

Complementary Color

#bddbf8 #f8dabd

#bddbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbf8 Color CSS Codes

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

#bddbf8 Text Font Color

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

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


#bddbf8 Background Color

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

This div background color is #bddbf8


#bddbf8 Border Color

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

This div border color is #bddbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbf8


Comments

No comments written yet.

Please login to write comment.