Color Hex Logo

#bddee5 Color Hex

#BDDEE5
(189,222,229)
0 Favorites   0 Comments

Color spaces of #bddee5

RGB 189222229
HSL0.530.430.82
HSV191°17°90°
CMYK 0.170.030.00   0.10
XYZ61.250468.718584.1645
Yxy68.71850.28600.3209
Hunter Lab82.8966-13.1796-2.1692
CIE-Lab86.3645-9.3490-7.0589

#bddee5 color RGB value is (189,222,229).

#bddee5 hex color red value is 189, green value is 222 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bddee5 hue: 0.53 , saturation: 0.43 and the lightness value of bddee5 is 0.82.

The process color (four color CMYK) of #bddee5 color hex is 0.17, 0.03, 0.00, 0.10. Web safe color of #bddee5 is #cccccc. Color #bddee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11100101
Octal 275 336 345
Decimal 189 222 229
Hex BD DE E5

RGB Percentages of Color #bddee5

%29.53
%34.69
%35.78

CMYK Percentages of Color #bddee5

%17
%3
%0
%10

Triadic Colors of #bddee5

#bddee5 #e5bdde #dee5bd

Analogous Colors of #bddee5

#bddee5 #bdcae5 #bde5d8

Monochromatic Colors of #bddee5

#bddee5

Complementary Color

#bddee5 #e5c4bd

#bddee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddee5 Color CSS Codes

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

#bddee5 Text Font Color

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

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


#bddee5 Background Color

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

This div background color is #bddee5


#bddee5 Border Color

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

This div border color is #bddee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddee5

#bddee5 Color Palettes


Comments

No comments written yet.

Please login to write comment.