Color Hex Logo

#bdd5ec Color Hex

#BDD5EC
(189,213,236)
0 Favorites   0 Comments

Color spaces of #bdd5ec

RGB 189213236
HSL0.580.550.83
HSV209°20°93°
CMYK 0.200.100.00   0.07
XYZ59.920864.463488.6414
Yxy64.46340.28130.3026
Hunter Lab80.2891-7.2891-9.2554
CIE-Lab84.2065-3.1952-13.9780

#bdd5ec color RGB value is (189,213,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 11101100
Octal 275 325 354
Decimal 189 213 236
Hex BD D5 EC

RGB Percentages of Color #bdd5ec

%29.62
%33.39
%36.99

CMYK Percentages of Color #bdd5ec

%20
%10
%0
%7

Triadic Colors of #bdd5ec

#bdd5ec #ecbdd5 #d5ecbd

Analogous Colors of #bdd5ec

#bdd5ec #bdbeec #bdecec

Monochromatic Colors of #bdd5ec

#bdd5ec

Complementary Color

#bdd5ec #ecd4bd

#bdd5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd5ec Color CSS Codes

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

#bdd5ec Text Font Color

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

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


#bdd5ec Background Color

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

This div background color is #bdd5ec


#bdd5ec Border Color

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

This div border color is #bdd5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd5ec


Comments

No comments written yet.

Please login to write comment.