Color Hex Logo

#bddef4 Color Hex

#BDDEF4
(189,222,244)
0 Favorites   0 Comments

Color spaces of #bddef4

RGB 189222244
HSL0.570.710.85
HSV204°23°96°
CMYK 0.230.090.00   0.04
XYZ63.436769.593095.6773
Yxy69.59300.27740.3043
Hunter Lab83.4224-10.2529-9.6041
CIE-Lab86.7969-6.1342-14.3276

#bddef4 color RGB value is (189,222,244).

#bddef4 hex color red value is 189, green value is 222 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bddef4 hue: 0.57 , saturation: 0.71 and the lightness value of bddef4 is 0.85.

The process color (four color CMYK) of #bddef4 color hex is 0.23, 0.09, 0.00, 0.04. Web safe color of #bddef4 is #ccccff. Color #bddef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11110100
Octal 275 336 364
Decimal 189 222 244
Hex BD DE F4

RGB Percentages of Color #bddef4

%28.85
%33.89
%37.25

CMYK Percentages of Color #bddef4

%23
%9
%0
%4

Triadic Colors of #bddef4

#bddef4 #f4bdde #def4bd

Analogous Colors of #bddef4

#bddef4 #bdc3f4 #bdf4ef

Monochromatic Colors of #bddef4

#bddef4

Complementary Color

#bddef4 #f4d3bd

#bddef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddef4 Color CSS Codes

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

#bddef4 Text Font Color

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

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


#bddef4 Background Color

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

This div background color is #bddef4


#bddef4 Border Color

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

This div border color is #bddef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddef4


Comments

No comments written yet.

Please login to write comment.