Color Hex Logo

#bddceb Color Hex

#BDDCEB
(189,220,235)
0 Favorites   0 Comments

Color spaces of #bddceb

RGB 189220235
HSL0.550.530.83
HSV200°20°92°
CMYK 0.200.060.00   0.08
XYZ61.574968.003488.4779
Yxy68.00340.28240.3119
Hunter Lab82.4642-11.0287-5.8888
CIE-Lab86.0081-7.0519-10.7568

#bddceb color RGB value is (189,220,235).

#bddceb hex color red value is 189, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bddceb hue: 0.55 , saturation: 0.53 and the lightness value of bddceb is 0.83.

The process color (four color CMYK) of #bddceb color hex is 0.20, 0.06, 0.00, 0.08. Web safe color of #bddceb is #ccccff. Color #bddceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11101011
Octal 275 334 353
Decimal 189 220 235
Hex BD DC EB

RGB Percentages of Color #bddceb

%29.35
%34.16
%36.49

CMYK Percentages of Color #bddceb

%20
%6
%0
%8

Triadic Colors of #bddceb

#bddceb #ebbddc #dcebbd

Analogous Colors of #bddceb

#bddceb #bdc5eb #bdebe3

Monochromatic Colors of #bddceb

#bddceb

Complementary Color

#bddceb #ebccbd

#bddceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddceb Color CSS Codes

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

#bddceb Text Font Color

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

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


#bddceb Background Color

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

This div background color is #bddceb


#bddceb Border Color

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

This div border color is #bddceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddceb


Comments

No comments written yet.

Please login to write comment.