Color Hex Logo

#6afbea Color Hex

#6AFBEA
(106,251,234)
0 Favorites   0 Comments

Color spaces of #6afbea

RGB 106251234
HSL0.480.950.70
HSV173°58°98°
CMYK 0.580.000.07   0.02
XYZ55.292377.999089.9830
Yxy77.99900.24760.3493
Hunter Lab88.3170-42.80201.4135
CIE-Lab90.7794-42.8630-3.5827

#6afbea color RGB value is (106,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 11101010
Octal 152 373 352
Decimal 106 251 234
Hex 6A FB EA

RGB Percentages of Color #6afbea

%17.94
%42.47
%39.59

CMYK Percentages of Color #6afbea

%58
%0
%7
%2

Triadic Colors of #6afbea

#6afbea #ea6afb #fbea6a

Analogous Colors of #6afbea

#6afbea #6ac4fb #6afba2

Monochromatic Colors of #6afbea

#6afbea

Complementary Color

#6afbea #fb6a7b

#6afbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbea Color CSS Codes

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

#6afbea Text Font Color

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

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


#6afbea Background Color

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

This div background color is #6afbea


#6afbea Border Color

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

This div border color is #6afbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbea

Related Colors


Comments

No comments written yet.

Please login to write comment.