Color Hex Logo

#8fceeb Color Hex

#8FCEEB
(143,206,235)
0 Favorites   0 Comments

Color spaces of #8fceeb

RGB 143206235
HSL0.550.700.74
HSV199°39°92°
CMYK 0.390.120.00   0.08
XYZ48.394455.980486.8519
Yxy55.98040.25310.2927
Hunter Lab74.8201-15.4794-16.4504
CIE-Lab79.6027-12.8207-20.6504

#8fceeb color RGB value is (143,206,235).

#8fceeb hex color red value is 143, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8fceeb hue: 0.55 , saturation: 0.70 and the lightness value of 8fceeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001110 11101011
Octal 217 316 353
Decimal 143 206 235
Hex 8F CE EB

RGB Percentages of Color #8fceeb

%24.49
%35.27
%40.24

CMYK Percentages of Color #8fceeb

%39
%12
%0
%8

Triadic Colors of #8fceeb

#8fceeb #eb8fce #ceeb8f

Analogous Colors of #8fceeb

#8fceeb #8fa0eb #8febda

Monochromatic Colors of #8fceeb

#8fceeb

Complementary Color

#8fceeb #ebac8f

#8fceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fceeb Color CSS Codes

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

#8fceeb Text Font Color

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

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


#8fceeb Background Color

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

This div background color is #8fceeb


#8fceeb Border Color

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

This div border color is #8fceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fceeb


Comments

No comments written yet.

Please login to write comment.