Color Hex Logo

#bdcffd Color Hex

#BDCFFD
(189,207,253)
0 Favorites   0 Comments

Color spaces of #bdcffd

RGB 189207253
HSL0.620.940.87
HSV223°25°99°
CMYK 0.250.180.00   0.01
XYZ61.028762.5363101.7827
Yxy62.53630.27080.2775
Hunter Lab79.0799-0.6352-20.9555
CIE-Lab83.19783.7787-24.5239

#bdcffd color RGB value is (189,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11111101
Octal 275 317 375
Decimal 189 207 253
Hex BD CF FD

RGB Percentages of Color #bdcffd

%29.12
%31.90
%38.98

CMYK Percentages of Color #bdcffd

%25
%18
%0
%1

Triadic Colors of #bdcffd

#bdcffd #fdbdcf #cffdbd

Analogous Colors of #bdcffd

#bdcffd #cbbdfd #bdeffd

Monochromatic Colors of #bdcffd

#bdcffd

Complementary Color

#bdcffd #fdebbd

#bdcffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcffd Color CSS Codes

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

#bdcffd Text Font Color

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

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


#bdcffd Background Color

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

This div background color is #bdcffd


#bdcffd Border Color

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

This div border color is #bdcffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcffd


Comments

No comments written yet.

Please login to write comment.