Color Hex Logo

#bddcfd Color Hex

#BDDCFD
(189,220,253)
0 Favorites   0 Comments

Color spaces of #bddcfd

RGB 189220253
HSL0.590.940.87
HSV211°25°99°
CMYK 0.250.130.00   0.01
XYZ64.309169.0971102.8761
Yxy69.09710.27220.2924
Hunter Lab83.1247-7.3723-15.1908
CIE-Lab86.5521-3.0853-19.4383

#bddcfd color RGB value is (189,220,253).

#bddcfd hex color red value is 189, green value is 220 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bddcfd hue: 0.59 , saturation: 0.94 and the lightness value of bddcfd is 0.87.

The process color (four color CMYK) of #bddcfd color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #bddcfd is #ccccff. Color #bddcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11111101
Octal 275 334 375
Decimal 189 220 253
Hex BD DC FD

RGB Percentages of Color #bddcfd

%28.55
%33.23
%38.22

CMYK Percentages of Color #bddcfd

%25
%13
%0
%1

Triadic Colors of #bddcfd

#bddcfd #fdbddc #dcfdbd

Analogous Colors of #bddcfd

#bddcfd #bebdfd #bdfcfd

Monochromatic Colors of #bddcfd

#bddcfd

Complementary Color

#bddcfd #fddebd

#bddcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcfd Color CSS Codes

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

#bddcfd Text Font Color

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

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


#bddcfd Background Color

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

This div background color is #bddcfd


#bddcfd Border Color

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

This div border color is #bddcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.