Color Hex Logo

#9dbfe5 Color Hex

#9DBFE5
(157,191,229)
0 Favorites   0 Comments

Color spaces of #9dbfe5

RGB 157191229
HSL0.590.580.76
HSV212°31°90°
CMYK 0.310.170.00   0.10
XYZ46.678350.086881.3363
Yxy50.08680.26210.2812
Hunter Lab70.7720-6.1198-18.5999
CIE-Lab76.1225-2.5962-22.6381

#9dbfe5 color RGB value is (157,191,229).

#9dbfe5 hex color red value is 157, green value is 191 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #9dbfe5 hue: 0.59 , saturation: 0.58 and the lightness value of 9dbfe5 is 0.76.

The process color (four color CMYK) of #9dbfe5 color hex is 0.31, 0.17, 0.00, 0.10. Web safe color of #9dbfe5 is #99cccc. Color #9dbfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111111 11100101
Octal 235 277 345
Decimal 157 191 229
Hex 9D BF E5

RGB Percentages of Color #9dbfe5

%27.21
%33.10
%39.69

CMYK Percentages of Color #9dbfe5

%31
%17
%0
%10

Triadic Colors of #9dbfe5

#9dbfe5 #e59dbf #bfe59d

Analogous Colors of #9dbfe5

#9dbfe5 #9f9de5 #9de3e5

Monochromatic Colors of #9dbfe5

#9dbfe5

Complementary Color

#9dbfe5 #e5c39d

#9dbfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbfe5 Color CSS Codes

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

#9dbfe5 Text Font Color

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

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


#9dbfe5 Background Color

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

This div background color is #9dbfe5


#9dbfe5 Border Color

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

This div border color is #9dbfe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,191,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbfe5

#9dbfe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.