Color Hex Logo

#6afeeb Color Hex

#6AFEEB
(106,254,235)
0 Favorites   0 Comments

Color spaces of #6afeeb

RGB 106254235
HSL0.480.990.71
HSV172°58°100°
CMYK 0.580.000.07   0.00
XYZ56.381179.946091.0568
Yxy79.94600.24800.3516
Hunter Lab89.4125-43.91472.2084
CIE-Lab91.6606-43.9392-2.8071

#6afeeb color RGB value is (106,254,235).

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

The process color (four color CMYK) of #6afeeb color hex is 0.58, 0.00, 0.07, 0.00. Web safe color of #6afeeb is #66ffff. Color #6afeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111110 11101011
Octal 152 376 353
Decimal 106 254 235
Hex 6A FE EB

RGB Percentages of Color #6afeeb

%17.82
%42.69
%39.50

CMYK Percentages of Color #6afeeb

%58
%0
%7
%0

Triadic Colors of #6afeeb

#6afeeb #eb6afe #feeb6a

Analogous Colors of #6afeeb

#6afeeb #6ac7fe #6afea1

Monochromatic Colors of #6afeeb

#6afeeb

Complementary Color

#6afeeb #fe6a7d

#6afeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afeeb Color CSS Codes

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

#6afeeb Text Font Color

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

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


#6afeeb Background Color

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

This div background color is #6afeeb


#6afeeb Border Color

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

This div border color is #6afeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,254,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 #6afeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afeeb


Comments

No comments written yet.

Please login to write comment.