Color Hex Logo

#6bceae Color Hex

#6BCEAE
(107,206,174)
0 Favorites   0 Comments

Color spaces of #6bceae

RGB 107206174
HSL0.450.500.61
HSV161°48°81°
CMYK 0.480.000.16   0.19
XYZ35.774750.324447.8725
Yxy50.32440.26700.3756
Hunter Lab70.9397-34.12749.6469
CIE-Lab76.2679-36.69957.0027

#6bceae color RGB value is (107,206,174).

#6bceae hex color red value is 107, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6bceae hue: 0.45 , saturation: 0.50 and the lightness value of 6bceae is 0.61.

The process color (four color CMYK) of #6bceae color hex is 0.48, 0.00, 0.16, 0.19. Web safe color of #6bceae is #66cc99. Color #6bceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 10101110
Octal 153 316 256
Decimal 107 206 174
Hex 6B CE AE

RGB Percentages of Color #6bceae

%21.97
%42.30
%35.73

CMYK Percentages of Color #6bceae

%48
%0
%16
%19

Triadic Colors of #6bceae

#6bceae #ae6bce #ceae6b

Analogous Colors of #6bceae

#6bceae #6bbdce #6bce7d

Monochromatic Colors of #6bceae

#6bceae

Complementary Color

#6bceae #ce6b8b

#6bceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bceae Color CSS Codes

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

#6bceae Text Font Color

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

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


#6bceae Background Color

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

This div background color is #6bceae


#6bceae Border Color

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

This div border color is #6bceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bceae


Comments

No comments written yet.

Please login to write comment.