Color Hex Logo

#9dc1ef Color Hex

#9DC1EF
(157,193,239)
0 Favorites   0 Comments

Color spaces of #9dc1ef

RGB 157193239
HSL0.590.720.78
HSV214°34°94°
CMYK 0.340.190.00   0.06
XYZ48.554651.540089.0505
Yxy51.54000.25670.2725
Hunter Lab71.7914-4.9101-23.2898
CIE-Lab77.0050-1.1836-26.6813

#9dc1ef color RGB value is (157,193,239).

#9dc1ef hex color red value is 157, green value is 193 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9dc1ef hue: 0.59 , saturation: 0.72 and the lightness value of 9dc1ef is 0.78.

The process color (four color CMYK) of #9dc1ef color hex is 0.34, 0.19, 0.00, 0.06. Web safe color of #9dc1ef is #99ccff. Color #9dc1ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000001 11101111
Octal 235 301 357
Decimal 157 193 239
Hex 9D C1 EF

RGB Percentages of Color #9dc1ef

%26.66
%32.77
%40.58

CMYK Percentages of Color #9dc1ef

%34
%19
%0
%6

Triadic Colors of #9dc1ef

#9dc1ef #ef9dc1 #c1ef9d

Analogous Colors of #9dc1ef

#9dc1ef #a29def #9deaef

Monochromatic Colors of #9dc1ef

#9dc1ef

Complementary Color

#9dc1ef #efcb9d

#9dc1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc1ef Color CSS Codes

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

#9dc1ef Text Font Color

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

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


#9dc1ef Background Color

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

This div background color is #9dc1ef


#9dc1ef Border Color

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

This div border color is #9dc1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc1ef


Comments

No comments written yet.

Please login to write comment.