Color Hex Logo

#bdd0f0 Color Hex

#BDD0F0
(189,208,240)
0 Favorites   0 Comments

Color spaces of #bdd0f0

RGB 189208240
HSL0.600.630.84
HSV218°21°94°
CMYK 0.210.130.00   0.06
XYZ59.270362.221891.3242
Yxy62.22180.27850.2924
Hunter Lab78.8808-3.9181-13.4264
CIE-Lab83.03120.3134-17.8696

#bdd0f0 color RGB value is (189,208,240).

#bdd0f0 hex color red value is 189, green value is 208 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bdd0f0 hue: 0.60 , saturation: 0.63 and the lightness value of bdd0f0 is 0.84.

The process color (four color CMYK) of #bdd0f0 color hex is 0.21, 0.13, 0.00, 0.06. Web safe color of #bdd0f0 is #ccccff. Color #bdd0f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 11110000
Octal 275 320 360
Decimal 189 208 240
Hex BD D0 F0

RGB Percentages of Color #bdd0f0

%29.67
%32.65
%37.68

CMYK Percentages of Color #bdd0f0

%21
%13
%0
%6

Triadic Colors of #bdd0f0

#bdd0f0 #f0bdd0 #d0f0bd

Analogous Colors of #bdd0f0

#bdd0f0 #c4bdf0 #bdeaf0

Monochromatic Colors of #bdd0f0

#bdd0f0

Complementary Color

#bdd0f0 #f0ddbd

#bdd0f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0f0 Color CSS Codes

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

#bdd0f0 Text Font Color

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

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


#bdd0f0 Background Color

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

This div background color is #bdd0f0


#bdd0f0 Border Color

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

This div border color is #bdd0f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0f0


Comments

No comments written yet.

Please login to write comment.