Color Hex Logo

#9cebfe Color Hex

#9CEBFE
(156,235,254)
0 Favorites   0 Comments

Color spaces of #9cebfe

RGB 156235254
HSL0.530.980.80
HSV192°39°100°
CMYK 0.390.070.00   0.00
XYZ61.308073.6403104.7487
Yxy73.64030.25580.3072
Hunter Lab85.8139-22.6487-12.3025
CIE-Lab88.7522-19.5057-16.8287

#9cebfe color RGB value is (156,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101011 11111110
Octal 234 353 376
Decimal 156 235 254
Hex 9C EB FE

RGB Percentages of Color #9cebfe

%24.19
%36.43
%39.38

CMYK Percentages of Color #9cebfe

%39
%7
%0
%0

Triadic Colors of #9cebfe

#9cebfe #fe9ceb #ebfe9c

Analogous Colors of #9cebfe

#9cebfe #9cbafe #9cfee0

Monochromatic Colors of #9cebfe

#9cebfe

Complementary Color

#9cebfe #feaf9c

#9cebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cebfe Color CSS Codes

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

#9cebfe Text Font Color

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

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


#9cebfe Background Color

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

This div background color is #9cebfe


#9cebfe Border Color

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

This div border color is #9cebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cebfe


Comments

No comments written yet.

Please login to write comment.