Color Hex Logo

#9cebfc Color Hex

#9CEBFC
(156,235,252)
0 Favorites   0 Comments

Color spaces of #9cebfc

RGB 156235252
HSL0.530.940.80
HSV191°38°99°
CMYK 0.380.070.00   0.01
XYZ60.989373.5129103.0704
Yxy73.51290.25670.3094
Hunter Lab85.7397-23.0718-11.2566
CIE-Lab88.6918-19.9950-15.8728

#9cebfc color RGB value is (156,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101011 11111100
Octal 234 353 374
Decimal 156 235 252
Hex 9C EB FC

RGB Percentages of Color #9cebfc

%24.26
%36.55
%39.19

CMYK Percentages of Color #9cebfc

%38
%7
%0
%1

Triadic Colors of #9cebfc

#9cebfc #fc9ceb #ebfc9c

Analogous Colors of #9cebfc

#9cebfc #9cbbfc #9cfcdd

Monochromatic Colors of #9cebfc

#9cebfc

Complementary Color

#9cebfc #fcad9c

#9cebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cebfc Color CSS Codes

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

#9cebfc Text Font Color

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

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


#9cebfc Background Color

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

This div background color is #9cebfc


#9cebfc Border Color

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

This div border color is #9cebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cebfc


Comments

No comments written yet.

Please login to write comment.