color codes Logo

#6acadc color codes

#6ACADC
(106,202,220)
0 Favorites   0 Comments

Color spaces of #6acadc

RGB 106202220
HSL0.530.620.64
HSV189°52°86°
CMYK 0.520.080.00   0.14
XYZ39.982750.472575.3450
Yxy50.47250.24110.3044
Hunter Lab71.0440-23.8694-13.1486
CIE-Lab76.3584-23.4561-17.6615

#6acadc color RGB value is (106,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 11011100
Octal 152 312 334
Decimal 106 202 220
Hex 6A CA DC

RGB Percentages of Color #6acadc

%20.08
%38.26
%41.67

CMYK Percentages of Color #6acadc

%52
%8
%0
%14

Triadic Colors of #6acadc

#6acadc #dc6aca #cadc6a

Analogous Colors of #6acadc

#6acadc #6a91dc #6adcb5

Monochromatic Colors of #6acadc

#6acadc

Complementary Color

#6acadc #dc7c6a

#6acadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acadc Color CSS Codes

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

#6acadc Text Font Color

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

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


#6acadc Background Color

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

This div background color is #6acadc


#6acadc Border Color

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

This div border color is #6acadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acadc


Comments

No comments written yet.

Please login to write comment.