Color Hex Logo

#8defff Color Hex

#8DEFFF
(141,239,255)
0 Favorites   0 Comments

Color spaces of #8defff

RGB 141239255
HSL0.521.000.78
HSV188°45°100°
CMYK 0.450.060.00   0.00
XYZ59.901074.6157105.8529
Yxy74.61570.24920.3104
Hunter Lab86.3804-27.3838-12.1893
CIE-Lab89.2127-24.8209-16.7261

#8defff color RGB value is (141,239,255).

#8defff hex color red value is 141, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8defff hue: 0.52 , saturation: 1.00 and the lightness value of 8defff is 0.78.

The process color (four color CMYK) of #8defff color hex is 0.45, 0.06, 0.00, 0.00. Web safe color of #8defff is #99ffff. Color #8defff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 11111111
Octal 215 357 377
Decimal 141 239 255
Hex 8D EF FF

RGB Percentages of Color #8defff

%22.20
%37.64
%40.16

CMYK Percentages of Color #8defff

%45
%6
%0
%0

Triadic Colors of #8defff

#8defff #ff8def #efff8d

Analogous Colors of #8defff

#8defff #8db6ff #8dffd6

Monochromatic Colors of #8defff

#8defff

Complementary Color

#8defff #ff9d8d

#8defff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defff Color CSS Codes

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

#8defff Text Font Color

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

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


#8defff Background Color

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

This div background color is #8defff


#8defff Border Color

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

This div border color is #8defff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,239,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8defff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8defff;
  -webkit-box-shadow: 1px 1px 3px 2px #8defff;
  box-shadow:         1px 1px 3px 2px #8defff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,239,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defff

Related Colors


Comments

No comments written yet.

Please login to write comment.