Color Hex Logo

#bddce7 Color Hex

#BDDCE7
(189,220,231)
0 Favorites   0 Comments

Color spaces of #bddce7

RGB 189220231
HSL0.540.470.82
HSV196°18°91°
CMYK 0.180.050.00   0.09
XYZ61.003367.774785.4679
Yxy67.77470.28470.3163
Hunter Lab82.3254-11.8005-3.9254
CIE-Lab85.8937-7.9013-8.8133

#bddce7 color RGB value is (189,220,231).

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

The process color (four color CMYK) of #bddce7 color hex is 0.18, 0.05, 0.00, 0.09. Web safe color of #bddce7 is #ccccff. Color #bddce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11100111
Octal 275 334 347
Decimal 189 220 231
Hex BD DC E7

RGB Percentages of Color #bddce7

%29.53
%34.38
%36.09

CMYK Percentages of Color #bddce7

%18
%5
%0
%9

Triadic Colors of #bddce7

#bddce7 #e7bddc #dce7bd

Analogous Colors of #bddce7

#bddce7 #bdc7e7 #bde7dd

Monochromatic Colors of #bddce7

#bddce7

Complementary Color

#bddce7 #e7c8bd

#bddce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddce7 Color CSS Codes

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

#bddce7 Text Font Color

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

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


#bddce7 Background Color

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

This div background color is #bddce7


#bddce7 Border Color

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

This div border color is #bddce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddce7


Comments

No comments written yet.

Please login to write comment.