Color Hex Logo

#8fdbed Color Hex

#8FDBED
(143,219,237)
0 Favorites   0 Comments

Color spaces of #8fdbed

RGB 143219237
HSL0.530.720.75
HSV191°40°93°
CMYK 0.400.080.00   0.07
XYZ51.945362.617189.4693
Yxy62.61710.25460.3069
Hunter Lab79.1310-21.3034-11.6445
CIE-Lab83.2405-18.9654-16.2231

#8fdbed color RGB value is (143,219,237).

#8fdbed hex color red value is 143, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8fdbed hue: 0.53 , saturation: 0.72 and the lightness value of 8fdbed is 0.75.

The process color (four color CMYK) of #8fdbed color hex is 0.40, 0.08, 0.00, 0.07. Web safe color of #8fdbed is #99ccff. Color #8fdbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 11101101
Octal 217 333 355
Decimal 143 219 237
Hex 8F DB ED

RGB Percentages of Color #8fdbed

%23.87
%36.56
%39.57

CMYK Percentages of Color #8fdbed

%40
%8
%0
%7

Triadic Colors of #8fdbed

#8fdbed #ed8fdb #dbed8f

Analogous Colors of #8fdbed

#8fdbed #8faced #8fedd0

Monochromatic Colors of #8fdbed

#8fdbed

Complementary Color

#8fdbed #eda18f

#8fdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdbed Color CSS Codes

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

#8fdbed Text Font Color

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

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


#8fdbed Background Color

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

This div background color is #8fdbed


#8fdbed Border Color

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

This div border color is #8fdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdbed


Comments

No comments written yet.

Please login to write comment.