Color Hex Logo

#6adbca Color Hex

#6ADBCA
(106,219,202)
0 Favorites   0 Comments

Color spaces of #6adbca

RGB 106219202
HSL0.470.610.64
HSV171°52°86°
CMYK 0.520.000.08   0.14
XYZ41.936057.991564.8603
Yxy57.99150.25450.3519
Hunter Lab76.1522-34.96862.8080
CIE-Lab80.7341-36.3127-1.4986

#6adbca color RGB value is (106,219,202).

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

The process color (four color CMYK) of #6adbca color hex is 0.52, 0.00, 0.08, 0.14. Web safe color of #6adbca is #66cccc. Color #6adbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11001010
Octal 152 333 312
Decimal 106 219 202
Hex 6A DB CA

RGB Percentages of Color #6adbca

%20.11
%41.56
%38.33

CMYK Percentages of Color #6adbca

%52
%0
%8
%14

Triadic Colors of #6adbca

#6adbca #ca6adb #dbca6a

Analogous Colors of #6adbca

#6adbca #6ab4db #6adb92

Monochromatic Colors of #6adbca

#6adbca

Complementary Color

#6adbca #db6a7b

#6adbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbca Color CSS Codes

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

#6adbca Text Font Color

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

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


#6adbca Background Color

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

This div background color is #6adbca


#6adbca Border Color

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

This div border color is #6adbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbca


Comments

No comments written yet.

Please login to write comment.