Color Hex Logo

#bdd4e3 Color Hex

#BDD4E3
(189,212,227)
1 Favorites   0 Comments

Color spaces of #bdd4e3

RGB 189212227
HSL0.570.400.82
HSV204°17°89°
CMYK 0.170.070.00   0.11
XYZ58.394963.451881.8427
Yxy63.45180.28670.3115
Hunter Lab79.6566-8.5439-5.1575
CIE-Lab83.6795-4.5945-9.9845

#bdd4e3 color RGB value is (189,212,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 11100011
Octal 275 324 343
Decimal 189 212 227
Hex BD D4 E3

RGB Percentages of Color #bdd4e3

%30.10
%33.76
%36.15

CMYK Percentages of Color #bdd4e3

%17
%7
%0
%11

Triadic Colors of #bdd4e3

#bdd4e3 #e3bdd4 #d4e3bd

Analogous Colors of #bdd4e3

#bdd4e3 #bdc1e3 #bde3df

Monochromatic Colors of #bdd4e3

#bdd4e3

Complementary Color

#bdd4e3 #e3ccbd

#bdd4e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd4e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd4e3 Color CSS Codes

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

#bdd4e3 Text Font Color

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

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


#bdd4e3 Background Color

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

This div background color is #bdd4e3


#bdd4e3 Border Color

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

This div border color is #bdd4e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd4e3

#bdd4e3 Color Palettes


Comments

No comments written yet.

Please login to write comment.