Color Hex Logo

#9cebeb Color Hex

#9CEBEB
(156,235,235)
0 Favorites   0 Comments

Color spaces of #9cebeb

RGB 156235235
HSL0.500.660.77
HSV180°34°92°
CMYK 0.340.000.00   0.08
XYZ58.414072.482789.5091
Yxy72.48270.26500.3289
Hunter Lab85.1368-26.5170-2.7392
CIE-Lab88.2004-24.0347-7.6993

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

#9cebeb hex color red value is 156, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9cebeb hue: 0.50 , saturation: 0.66 and the lightness value of 9cebeb is 0.77.

The process color (four color CMYK) of #9cebeb color hex is 0.34, 0.00, 0.00, 0.08. Web safe color of #9cebeb is #99ffff. Color #9cebeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101011 11101011
Octal 234 353 353
Decimal 156 235 235
Hex 9C EB EB

RGB Percentages of Color #9cebeb

%24.92
%37.54
%37.54

CMYK Percentages of Color #9cebeb

%34
%0
%0
%8

Triadic Colors of #9cebeb

#9cebeb #eb9ceb #ebeb9c

Analogous Colors of #9cebeb

#9cebeb #9cc4eb #9cebc4

Monochromatic Colors of #9cebeb

#9cebeb

Complementary Color

#9cebeb #eb9c9c

#9cebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cebeb Color CSS Codes

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

#9cebeb Text Font Color

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

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


#9cebeb Background Color

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

This div background color is #9cebeb


#9cebeb Border Color

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

This div border color is #9cebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cebeb


Comments

No comments written yet.

Please login to write comment.