Color Hex Logo

#6fceea Color Hex

#6FCEEA
(111,206,234)
0 Favorites   0 Comments

Color spaces of #6fceea

RGB 111206234
HSL0.540.750.68
HSV194°53°92°
CMYK 0.530.120.00   0.08
XYZ43.478153.462685.8697
Yxy53.46260.23780.2924
Hunter Lab73.1181-21.8156-18.4473
CIE-Lab78.1473-20.5533-22.4577

#6fceea color RGB value is (111,206,234).

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

The process color (four color CMYK) of #6fceea color hex is 0.53, 0.12, 0.00, 0.08. Web safe color of #6fceea is #66ccff. Color #6fceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001110 11101010
Octal 157 316 352
Decimal 111 206 234
Hex 6F CE EA

RGB Percentages of Color #6fceea

%20.15
%37.39
%42.47

CMYK Percentages of Color #6fceea

%53
%12
%0
%8

Triadic Colors of #6fceea

#6fceea #ea6fce #ceea6f

Analogous Colors of #6fceea

#6fceea #6f91ea #6feac9

Monochromatic Colors of #6fceea

#6fceea

Complementary Color

#6fceea #ea8b6f

#6fceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fceea Color CSS Codes

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

#6fceea Text Font Color

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

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


#6fceea Background Color

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

This div background color is #6fceea


#6fceea Border Color

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

This div border color is #6fceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fceea


Comments

No comments written yet.

Please login to write comment.