Color Hex Logo

#bddce5 Color Hex

#BDDCE5
(189,220,229)
0 Favorites   0 Comments

Color spaces of #bddce5

RGB 189220229
HSL0.540.430.82
HSV194°17°90°
CMYK 0.170.040.00   0.10
XYZ60.722367.662483.9885
Yxy67.66240.28590.3186
Hunter Lab82.2572-12.1812-2.9579
CIE-Lab85.8374-8.3218-7.8397

#bddce5 color RGB value is (189,220,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11100101
Octal 275 334 345
Decimal 189 220 229
Hex BD DC E5

RGB Percentages of Color #bddce5

%29.62
%34.48
%35.89

CMYK Percentages of Color #bddce5

%17
%4
%0
%10

Triadic Colors of #bddce5

#bddce5 #e5bddc #dce5bd

Analogous Colors of #bddce5

#bddce5 #bdc8e5 #bde5da

Monochromatic Colors of #bddce5

#bddce5

Complementary Color

#bddce5 #e5c6bd

#bddce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddce5 Color CSS Codes

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

#bddce5 Text Font Color

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

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


#bddce5 Background Color

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

This div background color is #bddce5


#bddce5 Border Color

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

This div border color is #bddce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddce5


Comments

No comments written yet.

Please login to write comment.