Color Hex Logo

#9dbafd Color Hex

#9DBAFD
(157,186,253)
0 Favorites   0 Comments

Color spaces of #9dbafd

RGB 157186253
HSL0.620.960.80
HSV222°38°99°
CMYK 0.380.260.00   0.01
XYZ49.193249.377899.8666
Yxy49.37780.24790.2488
Hunter Lab70.26931.9905-35.0743
CIE-Lab75.68586.2473-36.2408

#9dbafd color RGB value is (157,186,253).

#9dbafd hex color red value is 157, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9dbafd hue: 0.62 , saturation: 0.96 and the lightness value of 9dbafd is 0.80.

The process color (four color CMYK) of #9dbafd color hex is 0.38, 0.26, 0.00, 0.01. Web safe color of #9dbafd is #99ccff. Color #9dbafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11111101
Octal 235 272 375
Decimal 157 186 253
Hex 9D BA FD

RGB Percentages of Color #9dbafd

%26.34
%31.21
%42.45

CMYK Percentages of Color #9dbafd

%38
%26
%0
%1

Triadic Colors of #9dbafd

#9dbafd #fd9dba #bafd9d

Analogous Colors of #9dbafd

#9dbafd #b09dfd #9deafd

Monochromatic Colors of #9dbafd

#9dbafd

Complementary Color

#9dbafd #fde09d

#9dbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbafd Color CSS Codes

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

#9dbafd Text Font Color

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

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


#9dbafd Background Color

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

This div background color is #9dbafd


#9dbafd Border Color

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

This div border color is #9dbafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,186,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dbafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dbafd;
  -webkit-box-shadow: 1px 1px 3px 2px #9dbafd;
  box-shadow:         1px 1px 3px 2px #9dbafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,186,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 #9dbafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.