Color Hex Logo

#8acbdf Color Hex

#8ACBDF
(138,203,223)
0 Favorites   0 Comments

Color spaces of #8acbdf

RGB 138203223
HSL0.540.570.71
HSV194°38°87°
CMYK 0.380.090.00   0.13
XYZ45.156553.442977.7475
Yxy53.44290.25610.3031
Hunter Lab73.1047-17.6743-11.8822
CIE-Lab78.1358-15.6085-16.4577

#8acbdf color RGB value is (138,203,223).

#8acbdf hex color red value is 138, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8acbdf hue: 0.54 , saturation: 0.57 and the lightness value of 8acbdf is 0.71.

The process color (four color CMYK) of #8acbdf color hex is 0.38, 0.09, 0.00, 0.13. Web safe color of #8acbdf is #99cccc. Color #8acbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 11011111
Octal 212 313 337
Decimal 138 203 223
Hex 8A CB DF

RGB Percentages of Color #8acbdf

%24.47
%35.99
%39.54

CMYK Percentages of Color #8acbdf

%38
%9
%0
%13

Triadic Colors of #8acbdf

#8acbdf #df8acb #cbdf8a

Analogous Colors of #8acbdf

#8acbdf #8aa1df #8adfc9

Monochromatic Colors of #8acbdf

#8acbdf

Complementary Color

#8acbdf #df9e8a

#8acbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acbdf Color CSS Codes

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

#8acbdf Text Font Color

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

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


#8acbdf Background Color

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

This div background color is #8acbdf


#8acbdf Border Color

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

This div border color is #8acbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acbdf


Comments

No comments written yet.

Please login to write comment.