Color Hex Logo

#bddde9 Color Hex

#BDDDE9
(189,221,233)
0 Favorites   0 Comments

Color spaces of #bddde9

RGB 189221233
HSL0.550.500.83
HSV196°19°91°
CMYK 0.190.050.00   0.09
XYZ61.550768.414987.0521
Yxy68.41490.28360.3153
Hunter Lab82.7133-11.9184-4.5008
CIE-Lab86.2135-7.9936-9.3948

#bddde9 color RGB value is (189,221,233).

#bddde9 hex color red value is 189, green value is 221 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bddde9 hue: 0.55 , saturation: 0.50 and the lightness value of bddde9 is 0.83.

The process color (four color CMYK) of #bddde9 color hex is 0.19, 0.05, 0.00, 0.09. Web safe color of #bddde9 is #ccccff. Color #bddde9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11101001
Octal 275 335 351
Decimal 189 221 233
Hex BD DD E9

RGB Percentages of Color #bddde9

%29.39
%34.37
%36.24

CMYK Percentages of Color #bddde9

%19
%5
%0
%9

Triadic Colors of #bddde9

#bddde9 #e9bddd #dde9bd

Analogous Colors of #bddde9

#bddde9 #bdc7e9 #bde9df

Monochromatic Colors of #bddde9

#bddde9

Complementary Color

#bddde9 #e9c9bd

#bddde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddde9 Color CSS Codes

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

#bddde9 Text Font Color

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

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


#bddde9 Background Color

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

This div background color is #bddde9


#bddde9 Border Color

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

This div border color is #bddde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddde9


Comments

No comments written yet.

Please login to write comment.