Color Hex Logo

#6af8eb Color Hex

#6AF8EB
(106,248,235)
0 Favorites   0 Comments

Color spaces of #6af8eb

RGB 106248235
HSL0.480.910.69
HSV175°57°97°
CMYK 0.570.000.05   0.03
XYZ54.506776.197190.4320
Yxy76.19710.24650.3446
Hunter Lab87.2910-41.2992-0.3198
CIE-Lab89.9508-41.2774-5.3231

#6af8eb color RGB value is (106,248,235).

#6af8eb hex color red value is 106, green value is 248 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6af8eb hue: 0.48 , saturation: 0.91 and the lightness value of 6af8eb is 0.69.

The process color (four color CMYK) of #6af8eb color hex is 0.57, 0.00, 0.05, 0.03. Web safe color of #6af8eb is #66ffff. Color #6af8eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111000 11101011
Octal 152 370 353
Decimal 106 248 235
Hex 6A F8 EB

RGB Percentages of Color #6af8eb

%18.00
%42.11
%39.90

CMYK Percentages of Color #6af8eb

%57
%0
%5
%3

Triadic Colors of #6af8eb

#6af8eb #eb6af8 #f8eb6a

Analogous Colors of #6af8eb

#6af8eb #6abef8 #6af8a4

Monochromatic Colors of #6af8eb

#6af8eb

Complementary Color

#6af8eb #f86a77

#6af8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af8eb Color CSS Codes

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

#6af8eb Text Font Color

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

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


#6af8eb Background Color

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

This div background color is #6af8eb


#6af8eb Border Color

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

This div border color is #6af8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af8eb


Comments

No comments written yet.

Please login to write comment.