Color Hex Logo

#bddbf0 Color Hex

#BDDBF0
(189,219,240)
0 Favorites   0 Comments

Color spaces of #bddbf0

RGB 189219240
HSL0.570.630.84
HSV205°21°94°
CMYK 0.210.090.00   0.06
XYZ62.046067.773192.2494
Yxy67.77310.27940.3052
Hunter Lab82.3244-9.5364-8.8109
CIE-Lab85.8929-5.4544-13.5706

#bddbf0 color RGB value is (189,219,240).

#bddbf0 hex color red value is 189, green value is 219 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bddbf0 hue: 0.57 , saturation: 0.63 and the lightness value of bddbf0 is 0.84.

The process color (four color CMYK) of #bddbf0 color hex is 0.21, 0.09, 0.00, 0.06. Web safe color of #bddbf0 is #ccccff. Color #bddbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11110000
Octal 275 333 360
Decimal 189 219 240
Hex BD DB F0

RGB Percentages of Color #bddbf0

%29.17
%33.80
%37.04

CMYK Percentages of Color #bddbf0

%21
%9
%0
%6

Triadic Colors of #bddbf0

#bddbf0 #f0bddb #dbf0bd

Analogous Colors of #bddbf0

#bddbf0 #bdc2f0 #bdf0ec

Monochromatic Colors of #bddbf0

#bddbf0

Complementary Color

#bddbf0 #f0d2bd

#bddbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbf0 Color CSS Codes

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

#bddbf0 Text Font Color

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

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


#bddbf0 Background Color

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

This div background color is #bddbf0


#bddbf0 Border Color

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

This div border color is #bddbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbf0


Comments

No comments written yet.

Please login to write comment.