Color Hex Logo

#6feaec Color Hex

#6FEAEC
(111,234,236)
0 Favorites   0 Comments

Color spaces of #6feaec

RGB 111234236
HSL0.500.770.68
HSV181°53°93°
CMYK 0.530.010.00   0.07
XYZ51.118768.281389.8422
Yxy68.28130.24430.3263
Hunter Lab82.6325-34.1819-6.6203
CIE-Lab86.1469-33.6730-11.4719

#6feaec color RGB value is (111,234,236).

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

The process color (four color CMYK) of #6feaec color hex is 0.53, 0.01, 0.00, 0.07. Web safe color of #6feaec is #66ffff. Color #6feaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101010 11101100
Octal 157 352 354
Decimal 111 234 236
Hex 6F EA EC

RGB Percentages of Color #6feaec

%19.10
%40.28
%40.62

CMYK Percentages of Color #6feaec

%53
%1
%0
%7

Triadic Colors of #6feaec

#6feaec #ec6fea #eaec6f

Analogous Colors of #6feaec

#6feaec #6facec #6fecb0

Monochromatic Colors of #6feaec

#6feaec

Complementary Color

#6feaec #ec716f

#6feaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feaec Color CSS Codes

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

#6feaec Text Font Color

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

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


#6feaec Background Color

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

This div background color is #6feaec


#6feaec Border Color

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

This div border color is #6feaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feaec


Comments

No comments written yet.

Please login to write comment.