Color Hex Logo

#9ce1e4 Color Hex

#9CE1E4
(156,225,228)
0 Favorites   0 Comments

Color spaces of #9ce1e4

RGB 156225228
HSL0.510.570.75
HSV183°32°89°
CMYK 0.320.010.00   0.11
XYZ54.639166.519883.3586
Yxy66.51980.26720.3253
Hunter Lab81.5597-23.1473-3.5060
CIE-Lab85.2609-20.7262-8.3740

#9ce1e4 color RGB value is (156,225,228).

#9ce1e4 hex color red value is 156, green value is 225 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #9ce1e4 hue: 0.51 , saturation: 0.57 and the lightness value of 9ce1e4 is 0.75.

The process color (four color CMYK) of #9ce1e4 color hex is 0.32, 0.01, 0.00, 0.11. Web safe color of #9ce1e4 is #99cccc. Color #9ce1e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11100001 11100100
Octal 234 341 344
Decimal 156 225 228
Hex 9C E1 E4

RGB Percentages of Color #9ce1e4

%25.62
%36.95
%37.44

CMYK Percentages of Color #9ce1e4

%32
%1
%0
%11

Triadic Colors of #9ce1e4

#9ce1e4 #e49ce1 #e1e49c

Analogous Colors of #9ce1e4

#9ce1e4 #9cbde4 #9ce4c3

Monochromatic Colors of #9ce1e4

#9ce1e4

Complementary Color

#9ce1e4 #e49f9c

#9ce1e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ce1e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ce1e4 Color CSS Codes

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

#9ce1e4 Text Font Color

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

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


#9ce1e4 Background Color

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

This div background color is #9ce1e4


#9ce1e4 Border Color

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

This div border color is #9ce1e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ce1e4


Comments

No comments written yet.

Please login to write comment.