Color Hex Logo

#8ccbd1 Color Hex

#8CCBD1
(140,203,209)
0 Favorites   0 Comments

Color spaces of #8ccbd1

RGB 140203209
HSL0.510.430.68
HSV185°33°82°
CMYK 0.330.030.00   0.18
XYZ43.679852.890868.2284
Yxy52.89080.26500.3209
Hunter Lab72.7261-20.0622-4.7150
CIE-Lab77.8105-18.5065-9.4031

#8ccbd1 color RGB value is (140,203,209).

#8ccbd1 hex color red value is 140, green value is 203 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #8ccbd1 hue: 0.51 , saturation: 0.43 and the lightness value of 8ccbd1 is 0.68.

The process color (four color CMYK) of #8ccbd1 color hex is 0.33, 0.03, 0.00, 0.18. Web safe color of #8ccbd1 is #99cccc. Color #8ccbd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 11010001
Octal 214 313 321
Decimal 140 203 209
Hex 8C CB D1

RGB Percentages of Color #8ccbd1

%25.36
%36.78
%37.86

CMYK Percentages of Color #8ccbd1

%33
%3
%0
%18

Triadic Colors of #8ccbd1

#8ccbd1 #d18ccb #cbd18c

Analogous Colors of #8ccbd1

#8ccbd1 #8ca9d1 #8cd1b5

Monochromatic Colors of #8ccbd1

#8ccbd1

Complementary Color

#8ccbd1 #d1928c

#8ccbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbd1 Color CSS Codes

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

#8ccbd1 Text Font Color

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

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


#8ccbd1 Background Color

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

This div background color is #8ccbd1


#8ccbd1 Border Color

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

This div border color is #8ccbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbd1


Comments

No comments written yet.

Please login to write comment.