Color Hex Logo

#bdcffe Color Hex

#BDCFFE
(189,207,254)
0 Favorites   0 Comments

Color spaces of #bdcffe

RGB 189207254
HSL0.620.970.87
HSV223°26°100°
CMYK 0.260.190.00   0.00
XYZ61.188562.6002102.6240
Yxy62.60020.27030.2765
Hunter Lab79.1203-0.4157-21.5187
CIE-Lab83.23164.0092-25.0030

#bdcffe color RGB value is (189,207,254).

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

The process color (four color CMYK) of #bdcffe color hex is 0.26, 0.19, 0.00, 0.00. Web safe color of #bdcffe is #ccccff. Color #bdcffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11111110
Octal 275 317 376
Decimal 189 207 254
Hex BD CF FE

RGB Percentages of Color #bdcffe

%29.08
%31.85
%39.08

CMYK Percentages of Color #bdcffe

%26
%19
%0
%0

Triadic Colors of #bdcffe

#bdcffe #febdcf #cffebd

Analogous Colors of #bdcffe

#bdcffe #ccbdfe #bdf0fe

Monochromatic Colors of #bdcffe

#bdcffe

Complementary Color

#bdcffe #feecbd

#bdcffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcffe Color CSS Codes

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

#bdcffe Text Font Color

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

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


#bdcffe Background Color

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

This div background color is #bdcffe


#bdcffe Border Color

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

This div border color is #bdcffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcffe


Comments

No comments written yet.

Please login to write comment.