Color Hex Logo

#8ffcdb Color Hex

#8FFCDB
(143,252,219)
0 Favorites   0 Comments

Color spaces of #8ffcdb

RGB 143252219
HSL0.450.950.77
HSV162°43°99°
CMYK 0.430.000.13   0.01
XYZ58.924380.574979.4647
Yxy80.57490.26910.3680
Hunter Lab89.7635-39.911810.3470
CIE-Lab91.9422-38.92886.0400

#8ffcdb color RGB value is (143,252,219).

#8ffcdb hex color red value is 143, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8ffcdb hue: 0.45 , saturation: 0.95 and the lightness value of 8ffcdb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11111100 11011011
Octal 217 374 333
Decimal 143 252 219
Hex 8F FC DB

RGB Percentages of Color #8ffcdb

%23.29
%41.04
%35.67

CMYK Percentages of Color #8ffcdb

%43
%0
%13
%1

Triadic Colors of #8ffcdb

#8ffcdb #db8ffc #fcdb8f

Analogous Colors of #8ffcdb

#8ffcdb #8fe7fc #8ffca5

Monochromatic Colors of #8ffcdb

#8ffcdb

Complementary Color

#8ffcdb #fc8fb0

#8ffcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ffcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ffcdb Color CSS Codes

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

#8ffcdb Text Font Color

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

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


#8ffcdb Background Color

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

This div background color is #8ffcdb


#8ffcdb Border Color

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

This div border color is #8ffcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ffcdb


Comments

No comments written yet.

Please login to write comment.