Color Hex Logo

#8fcbda Color Hex

#8FCBDA
(143,203,218)
0 Favorites   0 Comments

Color spaces of #8fcbda

RGB 143203218
HSL0.530.500.71
HSV192°34°85°
CMYK 0.340.070.00   0.15
XYZ45.338553.613574.2885
Yxy53.61350.26170.3095
Hunter Lab73.2212-17.6102-8.8993
CIE-Lab78.2358-15.5163-13.5938

#8fcbda color RGB value is (143,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 11011010
Octal 217 313 332
Decimal 143 203 218
Hex 8F CB DA

RGB Percentages of Color #8fcbda

%25.35
%35.99
%38.65

CMYK Percentages of Color #8fcbda

%34
%7
%0
%15

Triadic Colors of #8fcbda

#8fcbda #da8fcb #cbda8f

Analogous Colors of #8fcbda

#8fcbda #8fa6da #8fdac4

Monochromatic Colors of #8fcbda

#8fcbda

Complementary Color

#8fcbda #da9e8f

#8fcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbda Color CSS Codes

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

#8fcbda Text Font Color

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

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


#8fcbda Background Color

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

This div background color is #8fcbda


#8fcbda Border Color

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

This div border color is #8fcbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,203,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 #8fcbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbda


Comments

No comments written yet.

Please login to write comment.