Color Hex Logo

#bddbe5 Color Hex

#BDDBE5
(189,219,229)
0 Favorites   0 Comments

Color spaces of #bddbe5

RGB 189219229
HSL0.540.430.82
HSV195°17°90°
CMYK 0.170.040.00   0.10
XYZ60.460667.139083.9012
Yxy67.13900.28590.3174
Hunter Lab81.9384-11.6808-3.3534
CIE-Lab85.5741-7.8066-8.2300

#bddbe5 color RGB value is (189,219,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11100101
Octal 275 333 345
Decimal 189 219 229
Hex BD DB E5

RGB Percentages of Color #bddbe5

%29.67
%34.38
%35.95

CMYK Percentages of Color #bddbe5

%17
%4
%0
%10

Triadic Colors of #bddbe5

#bddbe5 #e5bddb #dbe5bd

Analogous Colors of #bddbe5

#bddbe5 #bdc7e5 #bde5db

Monochromatic Colors of #bddbe5

#bddbe5

Complementary Color

#bddbe5 #e5c7bd

#bddbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbe5 Color CSS Codes

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

#bddbe5 Text Font Color

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

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


#bddbe5 Background Color

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

This div background color is #bddbe5


#bddbe5 Border Color

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

This div border color is #bddbe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,219,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 #bddbe5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbe5


Comments

No comments written yet.

Please login to write comment.