Color Hex Logo

#6aeceb Color Hex

#6AECEB
(106,236,235)
0 Favorites   0 Comments

Color spaces of #6aeceb

RGB 106236235
HSL0.500.770.67
HSV180°55°93°
CMYK 0.550.000.00   0.07
XYZ50.934769.053289.2413
Yxy69.05320.24340.3300
Hunter Lab83.0983-36.0112-5.5042
CIE-Lab86.5304-35.8144-10.3916

#6aeceb color RGB value is (106,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 11101011
Octal 152 354 353
Decimal 106 236 235
Hex 6A EC EB

RGB Percentages of Color #6aeceb

%18.37
%40.90
%40.73

CMYK Percentages of Color #6aeceb

%55
%0
%0
%7

Triadic Colors of #6aeceb

#6aeceb #eb6aec #eceb6a

Analogous Colors of #6aeceb

#6aeceb #6aacec #6aecaa

Monochromatic Colors of #6aeceb

#6aeceb

Complementary Color

#6aeceb #ec6a6b

#6aeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeceb Color CSS Codes

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

#6aeceb Text Font Color

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

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


#6aeceb Background Color

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

This div background color is #6aeceb


#6aeceb Border Color

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

This div border color is #6aeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeceb


Comments

No comments written yet.

Please login to write comment.