Color Hex Logo

#bddef0 Color Hex

#BDDEF0
(189,222,240)
0 Favorites   0 Comments

Color spaces of #bddef0

RGB 189222240
HSL0.560.630.84
HSV201°21°94°
CMYK 0.210.080.00   0.06
XYZ62.835769.352692.5127
Yxy69.35260.27960.3086
Hunter Lab83.2782-11.0537-7.5698
CIE-Lab86.6784-7.0077-12.3962

#bddef0 color RGB value is (189,222,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11110000
Octal 275 336 360
Decimal 189 222 240
Hex BD DE F0

RGB Percentages of Color #bddef0

%29.03
%34.10
%36.87

CMYK Percentages of Color #bddef0

%21
%8
%0
%6

Triadic Colors of #bddef0

#bddef0 #f0bdde #def0bd

Analogous Colors of #bddef0

#bddef0 #bdc5f0 #bdf0e9

Monochromatic Colors of #bddef0

#bddef0

Complementary Color

#bddef0 #f0cfbd

#bddef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddef0 Color CSS Codes

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

#bddef0 Text Font Color

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

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


#bddef0 Background Color

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

This div background color is #bddef0


#bddef0 Border Color

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

This div border color is #bddef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddef0


Comments

No comments written yet.

Please login to write comment.