Color Hex Logo

#9dcfed Color Hex

#9DCFED
(157,207,237)
0 Favorites   0 Comments

Color spaces of #9dcfed

RGB 157207237
HSL0.560.690.77
HSV203°34°93°
CMYK 0.340.130.00   0.07
XYZ51.503557.908288.5836
Yxy57.90820.26010.2925
Hunter Lab76.0974-12.3599-15.7502
CIE-Lab80.6877-9.1243-20.0042

#9dcfed color RGB value is (157,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001111 11101101
Octal 235 317 355
Decimal 157 207 237
Hex 9D CF ED

RGB Percentages of Color #9dcfed

%26.12
%34.44
%39.43

CMYK Percentages of Color #9dcfed

%34
%13
%0
%7

Triadic Colors of #9dcfed

#9dcfed #ed9dcf #cfed9d

Analogous Colors of #9dcfed

#9dcfed #9da7ed #9dede3

Monochromatic Colors of #9dcfed

#9dcfed

Complementary Color

#9dcfed #edbb9d

#9dcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcfed Color CSS Codes

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

#9dcfed Text Font Color

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

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


#9dcfed Background Color

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

This div background color is #9dcfed


#9dcfed Border Color

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

This div border color is #9dcfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcfed


Comments

No comments written yet.

Please login to write comment.