Color Hex Logo

#8cdcee Color Hex

#8CDCEE
(140,220,238)
0 Favorites   0 Comments

Color spaces of #8cdcee

RGB 140220238
HSL0.530.740.74
HSV191°41°93°
CMYK 0.410.080.00   0.07
XYZ51.841062.934990.3043
Yxy62.93490.25280.3069
Hunter Lab79.3315-22.1852-11.9587
CIE-Lab83.4081-19.9617-16.5151

#8cdcee color RGB value is (140,220,238).

#8cdcee hex color red value is 140, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8cdcee hue: 0.53 , saturation: 0.74 and the lightness value of 8cdcee is 0.74.

The process color (four color CMYK) of #8cdcee color hex is 0.41, 0.08, 0.00, 0.07. Web safe color of #8cdcee is #99ccff. Color #8cdcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 11101110
Octal 214 334 356
Decimal 140 220 238
Hex 8C DC EE

RGB Percentages of Color #8cdcee

%23.41
%36.79
%39.80

CMYK Percentages of Color #8cdcee

%41
%8
%0
%7

Triadic Colors of #8cdcee

#8cdcee #ee8cdc #dcee8c

Analogous Colors of #8cdcee

#8cdcee #8cabee #8ceecf

Monochromatic Colors of #8cdcee

#8cdcee

Complementary Color

#8cdcee #ee9e8c

#8cdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdcee Color CSS Codes

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

#8cdcee Text Font Color

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

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


#8cdcee Background Color

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

This div background color is #8cdcee


#8cdcee Border Color

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

This div border color is #8cdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdcee


Comments

No comments written yet.

Please login to write comment.