Color Hex Logo

#bdccfe Color Hex

#BDCCFE
(189,204,254)
0 Favorites   0 Comments

Color spaces of #bdccfe

RGB 189204254
HSL0.630.970.87
HSV226°26°100°
CMYK 0.260.200.00   0.00
XYZ60.468561.1603102.3840
Yxy61.16030.26990.2730
Hunter Lab78.20511.1582-22.8774
CIE-Lab82.46485.6141-26.1719

#bdccfe color RGB value is (189,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11111110
Octal 275 314 376
Decimal 189 204 254
Hex BD CC FE

RGB Percentages of Color #bdccfe

%29.21
%31.53
%39.26

CMYK Percentages of Color #bdccfe

%26
%20
%0
%0

Triadic Colors of #bdccfe

#bdccfe #febdcc #ccfebd

Analogous Colors of #bdccfe

#bdccfe #cfbdfe #bdedfe

Monochromatic Colors of #bdccfe

#bdccfe

Complementary Color

#bdccfe #feefbd

#bdccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccfe Color CSS Codes

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

#bdccfe Text Font Color

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

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


#bdccfe Background Color

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

This div background color is #bdccfe


#bdccfe Border Color

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

This div border color is #bdccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccfe


Comments

No comments written yet.

Please login to write comment.