Color Hex Logo

#bdecfd Color Hex

#BDECFD
(189,236,253)
0 Favorites   0 Comments

Color spaces of #bdecfd

RGB 189236253
HSL0.540.940.87
HSV196°25°99°
CMYK 0.250.070.00   0.01
XYZ68.711377.9016104.3435
Yxy77.90160.27380.3104
Hunter Lab88.2619-15.4972-8.3095
CIE-Lab90.7350-11.3193-13.1552

#bdecfd color RGB value is (189,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11111101
Octal 275 354 375
Decimal 189 236 253
Hex BD EC FD

RGB Percentages of Color #bdecfd

%27.88
%34.81
%37.32

CMYK Percentages of Color #bdecfd

%25
%7
%0
%1

Triadic Colors of #bdecfd

#bdecfd #fdbdec #ecfdbd

Analogous Colors of #bdecfd

#bdecfd #bdccfd #bdfdee

Monochromatic Colors of #bdecfd

#bdecfd

Complementary Color

#bdecfd #fdcebd

#bdecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecfd Color CSS Codes

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

#bdecfd Text Font Color

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

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


#bdecfd Background Color

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

This div background color is #bdecfd


#bdecfd Border Color

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

This div border color is #bdecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecfd


Comments

No comments written yet.

Please login to write comment.