Color Hex Logo

#9fdcec Color Hex

#9FDCEC
(159,220,236)
0 Favorites   0 Comments

Color spaces of #9fdcec

RGB 159220236
HSL0.530.670.77
HSV192°33°93°
CMYK 0.330.070.00   0.07
XYZ55.031664.613588.9281
Yxy64.61350.26380.3098
Hunter Lab80.3825-18.4645-9.3254
CIE-Lab84.2842-15.5232-14.0452

#9fdcec color RGB value is (159,220,236).

#9fdcec hex color red value is 159, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9fdcec hue: 0.53 , saturation: 0.67 and the lightness value of 9fdcec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011100 11101100
Octal 237 334 354
Decimal 159 220 236
Hex 9F DC EC

RGB Percentages of Color #9fdcec

%25.85
%35.77
%38.37

CMYK Percentages of Color #9fdcec

%33
%7
%0
%7

Triadic Colors of #9fdcec

#9fdcec #ec9fdc #dcec9f

Analogous Colors of #9fdcec

#9fdcec #9fb6ec #9fecd6

Monochromatic Colors of #9fdcec

#9fdcec

Complementary Color

#9fdcec #ecaf9f

#9fdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdcec Color CSS Codes

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

#9fdcec Text Font Color

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

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


#9fdcec Background Color

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

This div background color is #9fdcec


#9fdcec Border Color

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

This div border color is #9fdcec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,220,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fdcec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fdcec;
  -webkit-box-shadow: 1px 1px 3px 2px #9fdcec;
  box-shadow:         1px 1px 3px 2px #9fdcec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,220,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdcec


Comments

No comments written yet.

Please login to write comment.