color codes Logo

#6adbdc color codes

#6ADBDC
(106,219,220)
0 Favorites   0 Comments

Color spaces of #6adbdc

RGB 106219220
HSL0.500.620.64
HSV181°52°86°
CMYK 0.520.000.00   0.14
XYZ44.193658.894576.7487
Yxy58.89450.24570.3275
Hunter Lab76.7428-31.5076-5.5747
CIE-Lab81.2336-31.7542-10.3478

#6adbdc color RGB value is (106,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11011100
Octal 152 333 334
Decimal 106 219 220
Hex 6A DB DC

RGB Percentages of Color #6adbdc

%19.45
%40.18
%40.37

CMYK Percentages of Color #6adbdc

%52
%0
%0
%14

Triadic Colors of #6adbdc

#6adbdc #dc6adb #dbdc6a

Analogous Colors of #6adbdc

#6adbdc #6aa2dc #6adca4

Monochromatic Colors of #6adbdc

#6adbdc

Complementary Color

#6adbdc #dc6b6a

#6adbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbdc Color CSS Codes

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

#6adbdc Text Font Color

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

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


#6adbdc Background Color

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

This div background color is #6adbdc


#6adbdc Border Color

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

This div border color is #6adbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbdc


Comments

No comments written yet.

Please login to write comment.