Color Hex Logo

#8cbedf Color Hex

#8CBEDF
(140,190,223)
0 Favorites   0 Comments

Color spaces of #8cbedf

RGB 140190223
HSL0.570.560.71
HSV204°37°87°
CMYK 0.370.150.00   0.13
XYZ42.548047.730176.7823
Yxy47.73010.25470.2857
Hunter Lab69.0870-10.9709-17.5332
CIE-Lab74.6544-8.2644-21.7173

#8cbedf color RGB value is (140,190,223).

#8cbedf hex color red value is 140, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8cbedf hue: 0.57 , saturation: 0.56 and the lightness value of 8cbedf is 0.71.

The process color (four color CMYK) of #8cbedf color hex is 0.37, 0.15, 0.00, 0.13. Web safe color of #8cbedf is #99cccc. Color #8cbedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11011111
Octal 214 276 337
Decimal 140 190 223
Hex 8C BE DF

RGB Percentages of Color #8cbedf

%25.32
%34.36
%40.33

CMYK Percentages of Color #8cbedf

%37
%15
%0
%13

Triadic Colors of #8cbedf

#8cbedf #df8cbe #bedf8c

Analogous Colors of #8cbedf

#8cbedf #8c95df #8cdfd7

Monochromatic Colors of #8cbedf

#8cbedf

Complementary Color

#8cbedf #dfad8c

#8cbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbedf Color CSS Codes

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

#8cbedf Text Font Color

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

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


#8cbedf Background Color

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

This div background color is #8cbedf


#8cbedf Border Color

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

This div border color is #8cbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbedf


Comments

No comments written yet.

Please login to write comment.