Color Hex Logo

#9cccfd Color Hex

#9CCCFD
(156,204,253)
0 Favorites   0 Comments

Color spaces of #9cccfd

RGB 156204253
HSL0.580.960.80
HSV210°38°99°
CMYK 0.380.190.00   0.01
XYZ53.032857.3455101.2022
Yxy57.34550.25070.2710
Hunter Lab75.7268-7.5153-26.2271
CIE-Lab80.3735-3.7747-29.0208

#9cccfd color RGB value is (156,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11111101
Octal 234 314 375
Decimal 156 204 253
Hex 9C CC FD

RGB Percentages of Color #9cccfd

%25.45
%33.28
%41.27

CMYK Percentages of Color #9cccfd

%38
%19
%0
%1

Triadic Colors of #9cccfd

#9cccfd #fd9ccc #ccfd9c

Analogous Colors of #9cccfd

#9cccfd #9d9cfd #9cfdfd

Monochromatic Colors of #9cccfd

#9cccfd

Complementary Color

#9cccfd #fdcd9c

#9cccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccfd Color CSS Codes

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

#9cccfd Text Font Color

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

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


#9cccfd Background Color

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

This div background color is #9cccfd


#9cccfd Border Color

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

This div border color is #9cccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.