Color Hex Logo

#9ce2fd Color Hex

#9CE2FD
(156,226,253)
0 Favorites   0 Comments

Color spaces of #9ce2fd

RGB 156226253
HSL0.550.960.80
HSV197°38°99°
CMYK 0.380.110.00   0.01
XYZ58.636368.5525103.0700
Yxy68.55250.25470.2977
Hunter Lab82.7964-18.4804-15.8503
CIE-Lab86.2820-15.2270-20.0273

#9ce2fd color RGB value is (156,226,253).

#9ce2fd hex color red value is 156, green value is 226 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9ce2fd hue: 0.55 , saturation: 0.96 and the lightness value of 9ce2fd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11100010 11111101
Octal 234 342 375
Decimal 156 226 253
Hex 9C E2 FD

RGB Percentages of Color #9ce2fd

%24.57
%35.59
%39.84

CMYK Percentages of Color #9ce2fd

%38
%11
%0
%1

Triadic Colors of #9ce2fd

#9ce2fd #fd9ce2 #e2fd9c

Analogous Colors of #9ce2fd

#9ce2fd #9cb2fd #9cfde8

Monochromatic Colors of #9ce2fd

#9ce2fd

Complementary Color

#9ce2fd #fdb79c

#9ce2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ce2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ce2fd Color CSS Codes

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

#9ce2fd Text Font Color

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

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


#9ce2fd Background Color

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

This div background color is #9ce2fd


#9ce2fd Border Color

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

This div border color is #9ce2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ce2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.