color codes Logo

#6acddb color codes

#6ACDDB
(106,205,219)
0 Favorites   0 Comments

Color spaces of #6acddb

RGB 106205219
HSL0.520.610.64
HSV187°52°86°
CMYK 0.520.060.00   0.14
XYZ40.561451.841374.8864
Yxy51.84130.24250.3099
Hunter Lab72.0009-25.4444-11.2655
CIE-Lab77.1858-25.2239-15.8752

#6acddb color RGB value is (106,205,219).

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

The process color (four color CMYK) of #6acddb color code is 0.52, 0.06, 0.00, 0.14. Web safe color of #6acddb is #66cccc. Color #6acddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 11011011
Octal 152 315 333
Decimal 106 205 219
Hex 6A CD DB

RGB Percentages of Color #6acddb

%20.00
%38.68
%41.32

CMYK Percentages of Color #6acddb

%52
%6
%0
%14

Triadic Colors of #6acddb

#6acddb #db6acd #cddb6a

Analogous Colors of #6acddb

#6acddb #6a95db #6adbb1

Monochromatic Colors of #6acddb

#6acddb

Complementary Color

#6acddb #db786a

#6acddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acddb Color CSS Codes

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

#6acddb Text Font Color

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

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


#6acddb Background Color

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

This div background color is #6acddb


#6acddb Border Color

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

This div border color is #6acddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acddb


Comments

No comments written yet.

Please login to write comment.