Color Hex Logo

#6adbfc Color Hex

#6ADBFC
(106,219,252)
0 Favorites   0 Comments

Color spaces of #6adbfc

RGB 106219252
HSL0.540.960.70
HSV194°58°99°
CMYK 0.580.130.00   0.01
XYZ48.846160.7555101.2480
Yxy60.75550.23170.2881
Hunter Lab77.9458-24.5450-22.4529
CIE-Lab82.2471-22.9809-25.8199

#6adbfc color RGB value is (106,219,252).

#6adbfc hex color red value is 106, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6adbfc hue: 0.54 , saturation: 0.96 and the lightness value of 6adbfc is 0.70.

The process color (four color CMYK) of #6adbfc color hex is 0.58, 0.13, 0.00, 0.01. Web safe color of #6adbfc is #66ccff. Color #6adbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 11111100
Octal 152 333 374
Decimal 106 219 252
Hex 6A DB FC

RGB Percentages of Color #6adbfc

%18.37
%37.95
%43.67

CMYK Percentages of Color #6adbfc

%58
%13
%0
%1

Triadic Colors of #6adbfc

#6adbfc #fc6adb #dbfc6a

Analogous Colors of #6adbfc

#6adbfc #6a92fc #6afcd4

Monochromatic Colors of #6adbfc

#6adbfc

Complementary Color

#6adbfc #fc8b6a

#6adbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbfc Color CSS Codes

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

#6adbfc Text Font Color

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

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


#6adbfc Background Color

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

This div background color is #6adbfc


#6adbfc Border Color

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

This div border color is #6adbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbfc


Comments

No comments written yet.

Please login to write comment.