Color Hex Logo

#8fcdda Color Hex

#8FCDDA
(143,205,218)
0 Favorites   0 Comments

Color spaces of #8fcdda

RGB 143205218
HSL0.530.500.71
HSV190°34°85°
CMYK 0.340.060.00   0.15
XYZ45.813954.564274.4470
Yxy54.56420.26210.3121
Hunter Lab73.8676-18.5596-8.0478
CIE-Lab78.7896-16.5425-12.7642

#8fcdda color RGB value is (143,205,218).

#8fcdda hex color red value is 143, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8fcdda hue: 0.53 , saturation: 0.50 and the lightness value of 8fcdda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001101 11011010
Octal 217 315 332
Decimal 143 205 218
Hex 8F CD DA

RGB Percentages of Color #8fcdda

%25.27
%36.22
%38.52

CMYK Percentages of Color #8fcdda

%34
%6
%0
%15

Triadic Colors of #8fcdda

#8fcdda #da8fcd #cdda8f

Analogous Colors of #8fcdda

#8fcdda #8fa8da #8fdac2

Monochromatic Colors of #8fcdda

#8fcdda

Complementary Color

#8fcdda #da9c8f

#8fcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcdda Color CSS Codes

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

#8fcdda Text Font Color

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

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


#8fcdda Background Color

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

This div background color is #8fcdda


#8fcdda Border Color

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

This div border color is #8fcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcdda


Comments

No comments written yet.

Please login to write comment.