Color Hex Logo

#bddee8 Color Hex

#BDDEE8
(189,222,232)
0 Favorites   0 Comments

Color spaces of #bddee8

RGB 189222232
HSL0.540.480.83
HSV194°19°91°
CMYK 0.190.040.00   0.09
XYZ61.673068.887686.3900
Yxy68.88760.28430.3175
Hunter Lab82.9986-12.6111-3.6137
CIE-Lab86.4484-8.7197-8.5181

#bddee8 color RGB value is (189,222,232).

#bddee8 hex color red value is 189, green value is 222 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bddee8 hue: 0.54 , saturation: 0.48 and the lightness value of bddee8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11101000
Octal 275 336 350
Decimal 189 222 232
Hex BD DE E8

RGB Percentages of Color #bddee8

%29.39
%34.53
%36.08

CMYK Percentages of Color #bddee8

%19
%4
%0
%9

Triadic Colors of #bddee8

#bddee8 #e8bdde #dee8bd

Analogous Colors of #bddee8

#bddee8 #bdc9e8 #bde8dd

Monochromatic Colors of #bddee8

#bddee8

Complementary Color

#bddee8 #e8c7bd

#bddee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddee8 Color CSS Codes

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

#bddee8 Text Font Color

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

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


#bddee8 Background Color

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

This div background color is #bddee8


#bddee8 Border Color

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

This div border color is #bddee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddee8


Comments

No comments written yet.

Please login to write comment.