Color Hex Logo

#6afbdf Color Hex

#6AFBDF
(106,251,223)
0 Favorites   0 Comments

Color spaces of #6afbdf

RGB 106251223
HSL0.470.950.70
HSV168°58°98°
CMYK 0.580.000.11   0.02
XYZ53.760377.386281.9156
Yxy77.38620.25230.3632
Hunter Lab87.9694-44.86076.3688
CIE-Lab90.4991-45.54561.7193

#6afbdf color RGB value is (106,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 11011111
Octal 152 373 337
Decimal 106 251 223
Hex 6A FB DF

RGB Percentages of Color #6afbdf

%18.28
%43.28
%38.45

CMYK Percentages of Color #6afbdf

%58
%0
%11
%2

Triadic Colors of #6afbdf

#6afbdf #df6afb #fbdf6a

Analogous Colors of #6afbdf

#6afbdf #6acffb #6afb97

Monochromatic Colors of #6afbdf

#6afbdf

Complementary Color

#6afbdf #fb6a86

#6afbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbdf Color CSS Codes

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

#6afbdf Text Font Color

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

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


#6afbdf Background Color

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

This div background color is #6afbdf


#6afbdf Border Color

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

This div border color is #6afbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbdf


Comments

No comments written yet.

Please login to write comment.