Color Hex Logo

#bddde6 Color Hex

#BDDDE6
(189,221,230)
0 Favorites   0 Comments

Color spaces of #bddde6

RGB 189221230
HSL0.540.450.82
HSV193°18°90°
CMYK 0.180.040.00   0.10
XYZ61.125668.244984.8138
Yxy68.24490.28540.3186
Hunter Lab82.6105-12.4916-3.0440
CIE-Lab86.1288-8.6266-7.9361

#bddde6 color RGB value is (189,221,230).

#bddde6 hex color red value is 189, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bddde6 hue: 0.54 , saturation: 0.45 and the lightness value of bddde6 is 0.82.

The process color (four color CMYK) of #bddde6 color hex is 0.18, 0.04, 0.00, 0.10. Web safe color of #bddde6 is #ccccff. Color #bddde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11100110
Octal 275 335 346
Decimal 189 221 230
Hex BD DD E6

RGB Percentages of Color #bddde6

%29.53
%34.53
%35.94

CMYK Percentages of Color #bddde6

%18
%4
%0
%10

Triadic Colors of #bddde6

#bddde6 #e6bddd #dde6bd

Analogous Colors of #bddde6

#bddde6 #bdc9e6 #bde6db

Monochromatic Colors of #bddde6

#bddde6

Complementary Color

#bddde6 #e6c6bd

#bddde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddde6 Color CSS Codes

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

#bddde6 Text Font Color

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

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


#bddde6 Background Color

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

This div background color is #bddde6


#bddde6 Border Color

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

This div border color is #bddde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddde6


Comments

No comments written yet.

Please login to write comment.