Color Hex Logo

#8dcfeb Color Hex

#8DCFEB
(141,207,235)
0 Favorites   0 Comments

Color spaces of #8dcfeb

RGB 141207235
HSL0.550.700.74
HSV198°40°92°
CMYK 0.400.120.00   0.08
XYZ48.292756.286586.9164
Yxy56.28650.25220.2939
Hunter Lab75.0243-16.3932-16.1710
CIE-Lab79.7766-13.8503-20.3964

#8dcfeb color RGB value is (141,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001111 11101011
Octal 215 317 353
Decimal 141 207 235
Hex 8D CF EB

RGB Percentages of Color #8dcfeb

%24.19
%35.51
%40.31

CMYK Percentages of Color #8dcfeb

%40
%12
%0
%8

Triadic Colors of #8dcfeb

#8dcfeb #eb8dcf #cfeb8d

Analogous Colors of #8dcfeb

#8dcfeb #8da0eb #8debd8

Monochromatic Colors of #8dcfeb

#8dcfeb

Complementary Color

#8dcfeb #eba98d

#8dcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcfeb Color CSS Codes

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

#8dcfeb Text Font Color

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

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


#8dcfeb Background Color

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

This div background color is #8dcfeb


#8dcfeb Border Color

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

This div border color is #8dcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcfeb


Comments

No comments written yet.

Please login to write comment.