Color Hex Logo

#9cdafc Color Hex

#9CDAFC
(156,218,252)
0 Favorites   0 Comments

Color spaces of #9cdafc

RGB 156218252
HSL0.560.940.80
HSV201°38°99°
CMYK 0.380.130.00   0.01
XYZ56.352464.2390101.5247
Yxy64.23900.25370.2892
Hunter Lab80.1492-14.7590-18.9979
CIE-Lab84.0901-11.3787-22.8201

#9cdafc color RGB value is (156,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011010 11111100
Octal 234 332 374
Decimal 156 218 252
Hex 9C DA FC

RGB Percentages of Color #9cdafc

%24.92
%34.82
%40.26

CMYK Percentages of Color #9cdafc

%38
%13
%0
%1

Triadic Colors of #9cdafc

#9cdafc #fc9cda #dafc9c

Analogous Colors of #9cdafc

#9cdafc #9caafc #9cfcee

Monochromatic Colors of #9cdafc

#9cdafc

Complementary Color

#9cdafc #fcbe9c

#9cdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdafc Color CSS Codes

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

#9cdafc Text Font Color

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

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


#9cdafc Background Color

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

This div background color is #9cdafc


#9cdafc Border Color

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

This div border color is #9cdafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,218,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 #9cdafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdafc

Related Colors


Comments

No comments written yet.

Please login to write comment.