Color Hex Logo

#8cd0ff Color Hex

#8CD0FF
(140,208,255)
0 Favorites   0 Comments

Color spaces of #8cd0ff

RGB 140208255
HSL0.571.000.77
HSV205°45°100°
CMYK 0.450.180.00   0.00
XYZ51.421157.9072103.0748
Yxy57.90720.24210.2726
Hunter Lab76.0968-12.5510-27.0419
CIE-Lab80.6872-9.3394-29.6766

#8cd0ff color RGB value is (140,208,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010000 11111111
Octal 214 320 377
Decimal 140 208 255
Hex 8C D0 FF

RGB Percentages of Color #8cd0ff

%23.22
%34.49
%42.29

CMYK Percentages of Color #8cd0ff

%45
%18
%0
%0

Triadic Colors of #8cd0ff

#8cd0ff #ff8cd0 #d0ff8c

Analogous Colors of #8cd0ff

#8cd0ff #8c97ff #8cfff5

Monochromatic Colors of #8cd0ff

#8cd0ff

Complementary Color

#8cd0ff #ffbb8c

#8cd0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd0ff Color CSS Codes

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

#8cd0ff Text Font Color

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

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


#8cd0ff Background Color

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

This div background color is #8cd0ff


#8cd0ff Border Color

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

This div border color is #8cd0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.