Color Hex Logo

#8dc9fb Color Hex

#8DC9FB
(141,201,251)
0 Favorites   0 Comments

Color spaces of #8dc9fb

RGB 141201251
HSL0.580.930.77
HSV207°44°98°
CMYK 0.440.200.00   0.02
XYZ49.283754.401099.1697
Yxy54.40100.24300.2682
Hunter Lab73.7570-9.8029-28.0882
CIE-Lab78.6950-6.4774-30.5994

#8dc9fb color RGB value is (141,201,251).

#8dc9fb hex color red value is 141, green value is 201 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8dc9fb hue: 0.58 , saturation: 0.93 and the lightness value of 8dc9fb is 0.77.

The process color (four color CMYK) of #8dc9fb color hex is 0.44, 0.20, 0.00, 0.02. Web safe color of #8dc9fb is #99ccff. Color #8dc9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001001 11111011
Octal 215 311 373
Decimal 141 201 251
Hex 8D C9 FB

RGB Percentages of Color #8dc9fb

%23.78
%33.90
%42.33

CMYK Percentages of Color #8dc9fb

%44
%20
%0
%2

Triadic Colors of #8dc9fb

#8dc9fb #fb8dc9 #c9fb8d

Analogous Colors of #8dc9fb

#8dc9fb #8d92fb #8dfbf6

Monochromatic Colors of #8dc9fb

#8dc9fb

Complementary Color

#8dc9fb #fbbf8d

#8dc9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dc9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dc9fb Color CSS Codes

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

#8dc9fb Text Font Color

<p style="color:#8dc9fb">Text here</p>

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


#8dc9fb Background Color

<div style="background-color:#8dc9fb">
Div content here</div>

This div background color is #8dc9fb


#8dc9fb Border Color

<div style="border:3px solid #8dc9fb">
Div here</div>

This div border color is #8dc9fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,201,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dc9fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dc9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8dc9fb;
  box-shadow:         1px 1px 3px 2px #8dc9fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,201,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 #8dc9fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dc9fb


Comments

No comments written yet.

Please login to write comment.