Color Hex Logo

#9cd5fb Color Hex

#9CD5FB
(156,213,251)
0 Favorites   0 Comments

Color spaces of #9cd5fb

RGB 156213251
HSL0.570.920.80
HSV204°38°98°
CMYK 0.380.150.00   0.02
XYZ54.917161.6215100.2665
Yxy61.62150.25330.2842
Hunter Lab78.4994-12.4977-20.7810
CIE-Lab82.7117-9.0346-24.3861

#9cd5fb color RGB value is (156,213,251).

#9cd5fb hex color red value is 156, green value is 213 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9cd5fb hue: 0.57 , saturation: 0.92 and the lightness value of 9cd5fb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11010101 11111011
Octal 234 325 373
Decimal 156 213 251
Hex 9C D5 FB

RGB Percentages of Color #9cd5fb

%25.16
%34.35
%40.48

CMYK Percentages of Color #9cd5fb

%38
%15
%0
%2

Triadic Colors of #9cd5fb

#9cd5fb #fb9cd5 #d5fb9c

Analogous Colors of #9cd5fb

#9cd5fb #9ca6fb #9cfbf2

Monochromatic Colors of #9cd5fb

#9cd5fb

Complementary Color

#9cd5fb #fbc29c

#9cd5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cd5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cd5fb Color CSS Codes

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

#9cd5fb Text Font Color

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

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


#9cd5fb Background Color

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

This div background color is #9cd5fb


#9cd5fb Border Color

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

This div border color is #9cd5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cd5fb


Comments

No comments written yet.

Please login to write comment.