Color Hex Logo

#9dcfee Color Hex

#9DCFEE
(157,207,238)
0 Favorites   0 Comments

Color spaces of #9dcfee

RGB 157207238
HSL0.560.700.77
HSV203°34°93°
CMYK 0.340.130.00   0.07
XYZ51.650157.966889.3554
Yxy57.96680.25960.2913
Hunter Lab76.1359-12.1447-16.2894
CIE-Lab80.7203-8.8785-20.4887

#9dcfee color RGB value is (157,207,238).

#9dcfee hex color red value is 157, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9dcfee hue: 0.56 , saturation: 0.70 and the lightness value of 9dcfee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001111 11101110
Octal 235 317 356
Decimal 157 207 238
Hex 9D CF EE

RGB Percentages of Color #9dcfee

%26.08
%34.39
%39.53

CMYK Percentages of Color #9dcfee

%34
%13
%0
%7

Triadic Colors of #9dcfee

#9dcfee #ee9dcf #cfee9d

Analogous Colors of #9dcfee

#9dcfee #9da7ee #9deee5

Monochromatic Colors of #9dcfee

#9dcfee

Complementary Color

#9dcfee #eebc9d

#9dcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcfee Color CSS Codes

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

#9dcfee Text Font Color

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

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


#9dcfee Background Color

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

This div background color is #9dcfee


#9dcfee Border Color

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

This div border color is #9dcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcfee

#9dcfee Color Palettes


Comments

No comments written yet.

Please login to write comment.