Color Hex Logo

#6afdcb Color Hex

#6AFDCB
(106,253,203)
0 Favorites   0 Comments

Color spaces of #6afdcb

RGB 106253203
HSL0.440.970.70
HSV160°58°99°
CMYK 0.580.000.20   0.01
XYZ51.848677.626568.7506
Yxy77.62650.26160.3916
Hunter Lab88.1059-49.141615.4091
CIE-Lab90.6092-50.980912.2281

#6afdcb color RGB value is (106,253,203).

#6afdcb hex color red value is 106, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6afdcb hue: 0.44 , saturation: 0.97 and the lightness value of 6afdcb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111101 11001011
Octal 152 375 313
Decimal 106 253 203
Hex 6A FD CB

RGB Percentages of Color #6afdcb

%18.86
%45.02
%36.12

CMYK Percentages of Color #6afdcb

%58
%0
%20
%1

Triadic Colors of #6afdcb

#6afdcb #cb6afd #fdcb6a

Analogous Colors of #6afdcb

#6afdcb #6ae6fd #6afd82

Monochromatic Colors of #6afdcb

#6afdcb

Complementary Color

#6afdcb #fd6a9c

#6afdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afdcb Color CSS Codes

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

#6afdcb Text Font Color

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

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


#6afdcb Background Color

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

This div background color is #6afdcb


#6afdcb Border Color

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

This div border color is #6afdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afdcb

Related Colors


Comments

No comments written yet.

Please login to write comment.