Color Hex Logo

#9ccefc Color Hex

#9CCEFC
(156,206,252)
0 Favorites   0 Comments

Color spaces of #9ccefc

RGB 156206252
HSL0.580.940.80
HSV209°38°99°
CMYK 0.380.180.00   0.01
XYZ53.352358.2388100.5247
Yxy58.23880.25150.2746
Hunter Lab76.3143-8.7586-24.6794
CIE-Lab80.8714-5.0956-27.7259

#9ccefc color RGB value is (156,206,252).

#9ccefc hex color red value is 156, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9ccefc hue: 0.58 , saturation: 0.94 and the lightness value of 9ccefc is 0.80.

The process color (four color CMYK) of #9ccefc color hex is 0.38, 0.18, 0.00, 0.01. Web safe color of #9ccefc is #99ccff. Color #9ccefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001110 11111100
Octal 234 316 374
Decimal 156 206 252
Hex 9C CE FC

RGB Percentages of Color #9ccefc

%25.41
%33.55
%41.04

CMYK Percentages of Color #9ccefc

%38
%18
%0
%1

Triadic Colors of #9ccefc

#9ccefc #fc9cce #cefc9c

Analogous Colors of #9ccefc

#9ccefc #9c9efc #9cfcfa

Monochromatic Colors of #9ccefc

#9ccefc

Complementary Color

#9ccefc #fcca9c

#9ccefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccefc Color CSS Codes

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

#9ccefc Text Font Color

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

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


#9ccefc Background Color

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

This div background color is #9ccefc


#9ccefc Border Color

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

This div border color is #9ccefc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,206,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ccefc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ccefc;
  -webkit-box-shadow: 1px 1px 3px 2px #9ccefc;
  box-shadow:         1px 1px 3px 2px #9ccefc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,206,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccefc

Related Colors


Comments

No comments written yet.

Please login to write comment.