Color Hex Logo

#9ceafc Color Hex

#9CEAFC
(156,234,252)
0 Favorites   0 Comments

Color spaces of #9ceafc

RGB 156234252
HSL0.530.940.80
HSV191°38°99°
CMYK 0.380.070.00   0.01
XYZ60.703872.9418102.9752
Yxy72.94180.25650.3083
Hunter Lab85.4060-22.5884-11.7026
CIE-Lab88.4200-19.4974-16.2809

#9ceafc color RGB value is (156,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101010 11111100
Octal 234 352 374
Decimal 156 234 252
Hex 9C EA FC

RGB Percentages of Color #9ceafc

%24.30
%36.45
%39.25

CMYK Percentages of Color #9ceafc

%38
%7
%0
%1

Triadic Colors of #9ceafc

#9ceafc #fc9cea #eafc9c

Analogous Colors of #9ceafc

#9ceafc #9cbafc #9cfcde

Monochromatic Colors of #9ceafc

#9ceafc

Complementary Color

#9ceafc #fcae9c

#9ceafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceafc Color CSS Codes

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

#9ceafc Text Font Color

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

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


#9ceafc Background Color

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

This div background color is #9ceafc


#9ceafc Border Color

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

This div border color is #9ceafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceafc


Comments

No comments written yet.

Please login to write comment.