Color Hex Logo

#6ac4da Color Hex

#6AC4DA
(106,196,218)
0 Favorites   0 Comments

Color spaces of #6ac4da

RGB 106196218
HSL0.530.600.64
HSV192°51°85°
CMYK 0.510.100.00   0.15
XYZ38.338747.606073.4979
Yxy47.60600.24050.2986
Hunter Lab68.9971-21.5602-14.8596
CIE-Lab74.5757-20.9791-19.2775

#6ac4da color RGB value is (106,196,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000100 11011010
Octal 152 304 332
Decimal 106 196 218
Hex 6A C4 DA

RGB Percentages of Color #6ac4da

%20.38
%37.69
%41.92

CMYK Percentages of Color #6ac4da

%51
%10
%0
%15

Triadic Colors of #6ac4da

#6ac4da #da6ac4 #c4da6a

Analogous Colors of #6ac4da

#6ac4da #6a8cda #6adab8

Monochromatic Colors of #6ac4da

#6ac4da

Complementary Color

#6ac4da #da806a

#6ac4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac4da Color CSS Codes

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

#6ac4da Text Font Color

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

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


#6ac4da Background Color

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

This div background color is #6ac4da


#6ac4da Border Color

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

This div border color is #6ac4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac4da


Comments

No comments written yet.

Please login to write comment.