Color Hex Logo

#8fcaeb Color Hex

#8FCAEB
(143,202,235)
0 Favorites   0 Comments

Color spaces of #8fcaeb

RGB 143202235
HSL0.560.700.74
HSV202°39°92°
CMYK 0.390.140.00   0.08
XYZ47.443654.078986.5350
Yxy54.07890.25230.2876
Hunter Lab73.5384-13.5321-18.2916
CIE-Lab78.5077-10.7331-22.3124

#8fcaeb color RGB value is (143,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 11101011
Octal 217 312 353
Decimal 143 202 235
Hex 8F CA EB

RGB Percentages of Color #8fcaeb

%24.66
%34.83
%40.52

CMYK Percentages of Color #8fcaeb

%39
%14
%0
%8

Triadic Colors of #8fcaeb

#8fcaeb #eb8fca #caeb8f

Analogous Colors of #8fcaeb

#8fcaeb #8f9ceb #8febde

Monochromatic Colors of #8fcaeb

#8fcaeb

Complementary Color

#8fcaeb #ebb08f

#8fcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcaeb Color CSS Codes

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

#8fcaeb Text Font Color

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

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


#8fcaeb Background Color

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

This div background color is #8fcaeb


#8fcaeb Border Color

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

This div border color is #8fcaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,202,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 #8fcaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcaeb


Comments

No comments written yet.

Please login to write comment.