Color Hex Logo

#6ac5dd Color Hex

#6AC5DD
(106,197,221)
0 Favorites   0 Comments

Color spaces of #6ac5dd

RGB 106197221
HSL0.530.630.64
HSV193°52°87°
CMYK 0.520.110.00   0.13
XYZ38.961348.217175.6600
Yxy48.21710.23930.2961
Hunter Lab69.4385-21.3628-15.9952
CIE-Lab74.9617-20.6535-20.3159

#6ac5dd color RGB value is (106,197,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000101 11011101
Octal 152 305 335
Decimal 106 197 221
Hex 6A C5 DD

RGB Percentages of Color #6ac5dd

%20.23
%37.60
%42.18

CMYK Percentages of Color #6ac5dd

%52
%11
%0
%13

Triadic Colors of #6ac5dd

#6ac5dd #dd6ac5 #c5dd6a

Analogous Colors of #6ac5dd

#6ac5dd #6a8cdd #6addbc

Monochromatic Colors of #6ac5dd

#6ac5dd

Complementary Color

#6ac5dd #dd826a

#6ac5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac5dd Color CSS Codes

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

#6ac5dd Text Font Color

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

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


#6ac5dd Background Color

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

This div background color is #6ac5dd


#6ac5dd Border Color

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

This div border color is #6ac5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac5dd


Comments

No comments written yet.

Please login to write comment.