Color Hex Logo

#6aebce Color Hex

#6AEBCE
(106,235,206)
0 Favorites   0 Comments

Color spaces of #6aebce

RGB 106235206
HSL0.460.760.67
HSV167°55°92°
CMYK 0.550.000.12   0.08
XYZ46.792866.937168.8464
Yxy66.93710.25630.3666
Hunter Lab81.8151-41.08637.3788
CIE-Lab85.4722-42.57423.2915

#6aebce color RGB value is (106,235,206).

#6aebce hex color red value is 106, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6aebce hue: 0.46 , saturation: 0.76 and the lightness value of 6aebce is 0.67.

The process color (four color CMYK) of #6aebce color hex is 0.55, 0.00, 0.12, 0.08. Web safe color of #6aebce is #66ffcc. Color #6aebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11001110
Octal 152 353 316
Decimal 106 235 206
Hex 6A EB CE

RGB Percentages of Color #6aebce

%19.38
%42.96
%37.66

CMYK Percentages of Color #6aebce

%55
%0
%12
%8

Triadic Colors of #6aebce

#6aebce #ce6aeb #ebce6a

Analogous Colors of #6aebce

#6aebce #6ac8eb #6aeb8e

Monochromatic Colors of #6aebce

#6aebce

Complementary Color

#6aebce #eb6a87

#6aebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebce Color CSS Codes

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

#6aebce Text Font Color

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

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


#6aebce Background Color

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

This div background color is #6aebce


#6aebce Border Color

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

This div border color is #6aebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebce


Comments

No comments written yet.

Please login to write comment.