Color Hex Logo

#bddaeb Color Hex

#BDDAEB
(189,218,235)
0 Favorites   0 Comments

Color spaces of #bddaeb

RGB 189218235
HSL0.560.530.83
HSV202°20°92°
CMYK 0.200.070.00   0.08
XYZ61.053166.959888.3040
Yxy66.95980.28220.3095
Hunter Lab81.8290-10.0207-6.7013
CIE-Lab85.4836-6.0166-11.5388

#bddaeb color RGB value is (189,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11101011
Octal 275 332 353
Decimal 189 218 235
Hex BD DA EB

RGB Percentages of Color #bddaeb

%29.44
%33.96
%36.60

CMYK Percentages of Color #bddaeb

%20
%7
%0
%8

Triadic Colors of #bddaeb

#bddaeb #ebbdda #daebbd

Analogous Colors of #bddaeb

#bddaeb #bdc3eb #bdebe5

Monochromatic Colors of #bddaeb

#bddaeb

Complementary Color

#bddaeb #ebcebd

#bddaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddaeb Color CSS Codes

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

#bddaeb Text Font Color

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

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


#bddaeb Background Color

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

This div background color is #bddaeb


#bddaeb Border Color

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

This div border color is #bddaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddaeb


Comments

No comments written yet.

Please login to write comment.