Color Hex Logo

#6afbcd Color Hex

#6AFBCD
(106,251,205)
0 Favorites   0 Comments

Color spaces of #6afbcd

RGB 106251205
HSL0.450.950.70
HSV161°58°98°
CMYK 0.580.000.18   0.02
XYZ51.460576.466369.8048
Yxy76.46630.26030.3867
Hunter Lab87.4450-47.983313.8820
CIE-Lab90.0754-49.701910.4352

#6afbcd color RGB value is (106,251,205).

#6afbcd hex color red value is 106, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6afbcd hue: 0.45 , saturation: 0.95 and the lightness value of 6afbcd is 0.70.

The process color (four color CMYK) of #6afbcd color hex is 0.58, 0.00, 0.18, 0.02. Web safe color of #6afbcd is #66ffcc. Color #6afbcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 11001101
Octal 152 373 315
Decimal 106 251 205
Hex 6A FB CD

RGB Percentages of Color #6afbcd

%18.86
%44.66
%36.48

CMYK Percentages of Color #6afbcd

%58
%0
%18
%2

Triadic Colors of #6afbcd

#6afbcd #cd6afb #fbcd6a

Analogous Colors of #6afbcd

#6afbcd #6ae1fb #6afb85

Monochromatic Colors of #6afbcd

#6afbcd

Complementary Color

#6afbcd #fb6a98

#6afbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbcd Color CSS Codes

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

#6afbcd Text Font Color

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

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


#6afbcd Background Color

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

This div background color is #6afbcd


#6afbcd Border Color

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

This div border color is #6afbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbcd


Comments

No comments written yet.

Please login to write comment.