Color Hex Logo

#6afbed Color Hex

#6AFBED
(106,251,237)
0 Favorites   0 Comments

Color spaces of #6afbed

RGB 106251237
HSL0.480.950.70
HSV174°58°98°
CMYK 0.580.000.06   0.02
XYZ55.727178.173092.2725
Yxy78.17300.24640.3456
Hunter Lab88.4155-42.22100.0144
CIE-Lab90.8588-42.1138-5.0244

#6afbed color RGB value is (106,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 11101101
Octal 152 373 355
Decimal 106 251 237
Hex 6A FB ED

RGB Percentages of Color #6afbed

%17.85
%42.26
%39.90

CMYK Percentages of Color #6afbed

%58
%0
%6
%2

Triadic Colors of #6afbed

#6afbed #ed6afb #fbed6a

Analogous Colors of #6afbed

#6afbed #6ac1fb #6afba5

Monochromatic Colors of #6afbed

#6afbed

Complementary Color

#6afbed #fb6a78

#6afbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbed Color CSS Codes

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

#6afbed Text Font Color

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

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


#6afbed Background Color

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

This div background color is #6afbed


#6afbed Border Color

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

This div border color is #6afbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbed


Comments

No comments written yet.

Please login to write comment.