Color Hex Logo

#bdebfc Color Hex

#BDEBFC
(189,235,252)
0 Favorites   0 Comments

Color spaces of #bdebfc

RGB 189235252
HSL0.540.910.86
HSV196°25°99°
CMYK 0.250.070.00   0.01
XYZ68.265377.2638103.4109
Yxy77.26380.27420.3104
Hunter Lab87.8998-15.1969-8.2226
CIE-Lab90.4429-11.0333-13.0696

#bdebfc color RGB value is (189,235,252).

#bdebfc hex color red value is 189, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bdebfc hue: 0.54 , saturation: 0.91 and the lightness value of bdebfc is 0.86.

The process color (four color CMYK) of #bdebfc color hex is 0.25, 0.07, 0.00, 0.01. Web safe color of #bdebfc is #ccffff. Color #bdebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11111100
Octal 275 353 374
Decimal 189 235 252
Hex BD EB FC

RGB Percentages of Color #bdebfc

%27.96
%34.76
%37.28

CMYK Percentages of Color #bdebfc

%25
%7
%0
%1

Triadic Colors of #bdebfc

#bdebfc #fcbdeb #ebfcbd

Analogous Colors of #bdebfc

#bdebfc #bdccfc #bdfcee

Monochromatic Colors of #bdebfc

#bdebfc

Complementary Color

#bdebfc #fccebd

#bdebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebfc Color CSS Codes

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

#bdebfc Text Font Color

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

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


#bdebfc Background Color

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

This div background color is #bdebfc


#bdebfc Border Color

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

This div border color is #bdebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebfc


Comments

No comments written yet.

Please login to write comment.