Color Hex Logo

#6ac5da Color Hex

#6AC5DA
(106,197,218)
0 Favorites   0 Comments

Color spaces of #6ac5da

RGB 106197218
HSL0.530.600.64
HSV191°51°85°
CMYK 0.510.100.00   0.15
XYZ38.565048.058673.5733
Yxy48.05860.24070.3000
Hunter Lab69.3243-22.0183-14.3970
CIE-Lab74.8619-21.4870-18.8441

#6ac5da color RGB value is (106,197,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000101 11011010
Octal 152 305 332
Decimal 106 197 218
Hex 6A C5 DA

RGB Percentages of Color #6ac5da

%20.35
%37.81
%41.84

CMYK Percentages of Color #6ac5da

%51
%10
%0
%15

Triadic Colors of #6ac5da

#6ac5da #da6ac5 #c5da6a

Analogous Colors of #6ac5da

#6ac5da #6a8dda #6adab7

Monochromatic Colors of #6ac5da

#6ac5da

Complementary Color

#6ac5da #da7f6a

#6ac5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac5da Color CSS Codes

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

#6ac5da Text Font Color

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

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


#6ac5da Background Color

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

This div background color is #6ac5da


#6ac5da Border Color

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

This div border color is #6ac5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac5da


Comments

No comments written yet.

Please login to write comment.