Color Hex Logo

#6ac3da Color Hex

#6AC3DA
(106,195,218)
0 Favorites   0 Comments

Color spaces of #6ac3da

RGB 106195218
HSL0.530.600.64
HSV192°51°85°
CMYK 0.510.110.00   0.15
XYZ38.113947.156373.4229
Yxy47.15630.24020.2972
Hunter Lab68.6704-21.1011-15.3240
CIE-Lab74.2896-20.4694-19.7111

#6ac3da color RGB value is (106,195,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000011 11011010
Octal 152 303 332
Decimal 106 195 218
Hex 6A C3 DA

RGB Percentages of Color #6ac3da

%20.42
%37.57
%42.00

CMYK Percentages of Color #6ac3da

%51
%11
%0
%15

Triadic Colors of #6ac3da

#6ac3da #da6ac3 #c3da6a

Analogous Colors of #6ac3da

#6ac3da #6a8bda #6adab9

Monochromatic Colors of #6ac3da

#6ac3da

Complementary Color

#6ac3da #da816a

#6ac3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac3da Color CSS Codes

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

#6ac3da Text Font Color

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

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


#6ac3da Background Color

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

This div background color is #6ac3da


#6ac3da Border Color

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

This div border color is #6ac3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac3da


Comments

No comments written yet.

Please login to write comment.