Color Hex Logo

#8fcadb Color Hex

#8FCADB
(143,202,219)
0 Favorites   0 Comments

Color spaces of #8fcadb

RGB 143202219
HSL0.540.510.71
HSV193°35°86°
CMYK 0.350.080.00   0.14
XYZ45.234453.195274.9014
Yxy53.19520.26100.3069
Hunter Lab72.9350-16.9304-9.8340
CIE-Lab77.9901-14.7564-14.5004

#8fcadb color RGB value is (143,202,219).

#8fcadb hex color red value is 143, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8fcadb hue: 0.54 , saturation: 0.51 and the lightness value of 8fcadb is 0.71.

The process color (four color CMYK) of #8fcadb color hex is 0.35, 0.08, 0.00, 0.14. Web safe color of #8fcadb is #99cccc. Color #8fcadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 11011011
Octal 217 312 333
Decimal 143 202 219
Hex 8F CA DB

RGB Percentages of Color #8fcadb

%25.35
%35.82
%38.83

CMYK Percentages of Color #8fcadb

%35
%8
%0
%14

Triadic Colors of #8fcadb

#8fcadb #db8fca #cadb8f

Analogous Colors of #8fcadb

#8fcadb #8fa4db #8fdbc6

Monochromatic Colors of #8fcadb

#8fcadb

Complementary Color

#8fcadb #dba08f

#8fcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcadb Color CSS Codes

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

#8fcadb Text Font Color

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

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


#8fcadb Background Color

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

This div background color is #8fcadb


#8fcadb Border Color

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

This div border color is #8fcadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,202,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fcadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fcadb;
  -webkit-box-shadow: 1px 1px 3px 2px #8fcadb;
  box-shadow:         1px 1px 3px 2px #8fcadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,202,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcadb


Comments

No comments written yet.

Please login to write comment.