Color Hex Logo

#bddce6 Color Hex

#BDDCE6
(189,220,230)
0 Favorites   0 Comments

Color spaces of #bddce6

RGB 189220230
HSL0.540.450.82
HSV195°18°90°
CMYK 0.180.040.00   0.10
XYZ60.862467.718484.7261
Yxy67.71840.28530.3175
Hunter Lab82.2912-11.9913-3.4405
CIE-Lab85.8654-8.1120-8.3267

#bddce6 color RGB value is (189,220,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11100110
Octal 275 334 346
Decimal 189 220 230
Hex BD DC E6

RGB Percentages of Color #bddce6

%29.58
%34.43
%35.99

CMYK Percentages of Color #bddce6

%18
%4
%0
%10

Triadic Colors of #bddce6

#bddce6 #e6bddc #dce6bd

Analogous Colors of #bddce6

#bddce6 #bdc8e6 #bde6dc

Monochromatic Colors of #bddce6

#bddce6

Complementary Color

#bddce6 #e6c7bd

#bddce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddce6 Color CSS Codes

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

#bddce6 Text Font Color

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

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


#bddce6 Background Color

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

This div background color is #bddce6


#bddce6 Border Color

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

This div border color is #bddce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddce6


Comments

No comments written yet.

Please login to write comment.