Color Hex Logo

#8affdd Color Hex

#8AFFDD
(138,255,221)
0 Favorites   0 Comments

Color spaces of #8affdd

RGB 138255221
HSL0.451.000.77
HSV163°46°100°
CMYK 0.460.000.13   0.00
XYZ59.292482.143781.1369
Yxy82.14370.26640.3691
Hunter Lab90.6332-41.833010.3654
CIE-Lab92.6382-41.04315.9858

#8affdd color RGB value is (138,255,221).

#8affdd hex color red value is 138, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8affdd hue: 0.45 , saturation: 1.00 and the lightness value of 8affdd is 0.77.

The process color (four color CMYK) of #8affdd color hex is 0.46, 0.00, 0.13, 0.00. Web safe color of #8affdd is #99ffcc. Color #8affdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111111 11011101
Octal 212 377 335
Decimal 138 255 221
Hex 8A FF DD

RGB Percentages of Color #8affdd

%22.48
%41.53
%35.99

CMYK Percentages of Color #8affdd

%46
%0
%13
%0

Triadic Colors of #8affdd

#8affdd #dd8aff #ffdd8a

Analogous Colors of #8affdd

#8affdd #8ae7ff #8affa3

Monochromatic Colors of #8affdd

#8affdd

Complementary Color

#8affdd #ff8aac

#8affdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8affdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8affdd Color CSS Codes

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

#8affdd Text Font Color

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

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


#8affdd Background Color

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

This div background color is #8affdd


#8affdd Border Color

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

This div border color is #8affdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8affdd


Comments

No comments written yet.

Please login to write comment.