Color Hex Logo

#8ddcfb Color Hex

#8DDCFB
(141,220,251)
0 Favorites   0 Comments

Color spaces of #8ddcfb

RGB 141220251
HSL0.550.930.77
HSV197°44°98°
CMYK 0.440.120.00   0.02
XYZ53.990363.8142100.7386
Yxy63.81420.24700.2920
Hunter Lab79.8838-19.1555-18.8499
CIE-Lab83.8689-16.3786-22.6958

#8ddcfb color RGB value is (141,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011100 11111011
Octal 215 334 373
Decimal 141 220 251
Hex 8D DC FB

RGB Percentages of Color #8ddcfb

%23.04
%35.95
%41.01

CMYK Percentages of Color #8ddcfb

%44
%12
%0
%2

Triadic Colors of #8ddcfb

#8ddcfb #fb8ddc #dcfb8d

Analogous Colors of #8ddcfb

#8ddcfb #8da5fb #8dfbe3

Monochromatic Colors of #8ddcfb

#8ddcfb

Complementary Color

#8ddcfb #fbac8d

#8ddcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddcfb Color CSS Codes

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

#8ddcfb Text Font Color

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

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


#8ddcfb Background Color

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

This div background color is #8ddcfb


#8ddcfb Border Color

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

This div border color is #8ddcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddcfb


Comments

No comments written yet.

Please login to write comment.