Color Hex Logo

#6acada Color Hex

#6ACADA
(106,202,218)
0 Favorites   0 Comments

Color spaces of #6acada

RGB 106202218
HSL0.520.600.64
HSV189°51°85°
CMYK 0.510.070.00   0.15
XYZ39.719350.367273.9581
Yxy50.36720.24210.3070
Hunter Lab70.9699-24.2971-12.1076
CIE-Lab76.2941-24.0035-16.6802

#6acada color RGB value is (106,202,218).

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

The process color (four color CMYK) of #6acada color hex is 0.51, 0.07, 0.00, 0.15. Web safe color of #6acada is #66cccc. Color #6acada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 11011010
Octal 152 312 332
Decimal 106 202 218
Hex 6A CA DA

RGB Percentages of Color #6acada

%20.15
%38.40
%41.44

CMYK Percentages of Color #6acada

%51
%7
%0
%15

Triadic Colors of #6acada

#6acada #da6aca #cada6a

Analogous Colors of #6acada

#6acada #6a92da #6adab2

Monochromatic Colors of #6acada

#6acada

Complementary Color

#6acada #da7a6a

#6acada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acada Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acada Color CSS Codes

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

#6acada Text Font Color

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

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


#6acada Background Color

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

This div background color is #6acada


#6acada Border Color

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

This div border color is #6acada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acada


Comments

No comments written yet.

Please login to write comment.