Color Hex Logo

#8fcddc Color Hex

#8FCDDC
(143,205,220)
0 Favorites   0 Comments

Color spaces of #8fcddc

RGB 143205220
HSL0.530.520.71
HSV192°35°86°
CMYK 0.350.070.00   0.14
XYZ46.077354.669675.8339
Yxy54.66960.26090.3096
Hunter Lab73.9389-18.1553-9.0523
CIE-Lab78.8506-16.0555-13.7464

#8fcddc color RGB value is (143,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001101 11011100
Octal 217 315 334
Decimal 143 205 220
Hex 8F CD DC

RGB Percentages of Color #8fcddc

%25.18
%36.09
%38.73

CMYK Percentages of Color #8fcddc

%35
%7
%0
%14

Triadic Colors of #8fcddc

#8fcddc #dc8fcd #cddc8f

Analogous Colors of #8fcddc

#8fcddc #8fa7dc #8fdcc5

Monochromatic Colors of #8fcddc

#8fcddc

Complementary Color

#8fcddc #dc9e8f

#8fcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcddc Color CSS Codes

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

#8fcddc Text Font Color

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

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


#8fcddc Background Color

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

This div background color is #8fcddc


#8fcddc Border Color

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

This div border color is #8fcddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcddc


Comments

No comments written yet.

Please login to write comment.