Color Hex Logo

#6acbdc Color Hex

#6ACBDC
(106,203,220)
0 Favorites   0 Comments

Color spaces of #6acbdc

RGB 106203220
HSL0.520.620.64
HSV189°52°86°
CMYK 0.520.080.00   0.14
XYZ40.218150.943475.4235
Yxy50.94340.24140.3058
Hunter Lab71.3746-24.3247-12.6911
CIE-Lab76.6447-23.9565-17.2293

#6acbdc color RGB value is (106,203,220).

#6acbdc hex color red value is 106, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6acbdc hue: 0.52 , saturation: 0.62 and the lightness value of 6acbdc is 0.64.

The process color (four color CMYK) of #6acbdc color hex is 0.52, 0.08, 0.00, 0.14. Web safe color of #6acbdc is #66cccc. Color #6acbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001011 11011100
Octal 152 313 334
Decimal 106 203 220
Hex 6A CB DC

RGB Percentages of Color #6acbdc

%20.04
%38.37
%41.59

CMYK Percentages of Color #6acbdc

%52
%8
%0
%14

Triadic Colors of #6acbdc

#6acbdc #dc6acb #cbdc6a

Analogous Colors of #6acbdc

#6acbdc #6a92dc #6adcb4

Monochromatic Colors of #6acbdc

#6acbdc

Complementary Color

#6acbdc #dc7b6a

#6acbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acbdc Color CSS Codes

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

#6acbdc Text Font Color

<p style="color:#6acbdc">Text here</p>

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


#6acbdc Background Color

<div style="background-color:#6acbdc">
Div content here</div>

This div background color is #6acbdc


#6acbdc Border Color

<div style="border:3px solid #6acbdc">
Div here</div>

This div border color is #6acbdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,203,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6acbdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6acbdc;
  -webkit-box-shadow: 1px 1px 3px 2px #6acbdc;
  box-shadow:         1px 1px 3px 2px #6acbdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acbdc


Comments

No comments written yet.

Please login to write comment.