Color Hex Logo

#8cddff Color Hex

#8CDDFF
(140,221,255)
0 Favorites   0 Comments

Color spaces of #8cddff

RGB 140221255
HSL0.551.000.77
HSV198°45°100°
CMYK 0.450.130.00   0.00
XYZ54.721764.5084104.1750
Yxy64.50840.24490.2888
Hunter Lab80.3171-18.9393-20.6799
CIE-Lab84.2298-16.0724-24.2649

#8cddff color RGB value is (140,221,255).

#8cddff hex color red value is 140, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8cddff hue: 0.55 , saturation: 1.00 and the lightness value of 8cddff is 0.77.

The process color (four color CMYK) of #8cddff color hex is 0.45, 0.13, 0.00, 0.00. Web safe color of #8cddff is #99ccff. Color #8cddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011101 11111111
Octal 214 335 377
Decimal 140 221 255
Hex 8C DD FF

RGB Percentages of Color #8cddff

%22.73
%35.88
%41.40

CMYK Percentages of Color #8cddff

%45
%13
%0
%0

Triadic Colors of #8cddff

#8cddff #ff8cdd #ddff8c

Analogous Colors of #8cddff

#8cddff #8ca4ff #8cffe8

Monochromatic Colors of #8cddff

#8cddff

Complementary Color

#8cddff #ffae8c

#8cddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cddff Color CSS Codes

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

#8cddff Text Font Color

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

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


#8cddff Background Color

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

This div background color is #8cddff


#8cddff Border Color

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

This div border color is #8cddff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,221,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cddff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cddff;
  -webkit-box-shadow: 1px 1px 3px 2px #8cddff;
  box-shadow:         1px 1px 3px 2px #8cddff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,221,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cddff

Related Colors


Comments

No comments written yet.

Please login to write comment.