Color Hex Logo

#bddae3 Color Hex

#BDDAE3
(189,218,227)
0 Favorites   0 Comments

Color spaces of #bddae3

RGB 189218227
HSL0.540.400.82
HSV194°17°89°
CMYK 0.170.040.00   0.11
XYZ59.922866.507782.3520
Yxy66.50770.28700.3186
Hunter Lab81.5523-11.5586-2.7849
CIE-Lab85.2547-7.7088-7.6451

#bddae3 color RGB value is (189,218,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11100011
Octal 275 332 343
Decimal 189 218 227
Hex BD DA E3

RGB Percentages of Color #bddae3

%29.81
%34.38
%35.80

CMYK Percentages of Color #bddae3

%17
%4
%0
%11

Triadic Colors of #bddae3

#bddae3 #e3bdda #dae3bd

Analogous Colors of #bddae3

#bddae3 #bdc7e3 #bde3d9

Monochromatic Colors of #bddae3

#bddae3

Complementary Color

#bddae3 #e3c6bd

#bddae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddae3 Color CSS Codes

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

#bddae3 Text Font Color

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

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


#bddae3 Background Color

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

This div background color is #bddae3


#bddae3 Border Color

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

This div border color is #bddae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddae3


Comments

No comments written yet.

Please login to write comment.