Color Hex Logo

#6feefc Color Hex

#6FEEFC
(111,238,252)
0 Favorites   0 Comments

Color spaces of #6feefc

RGB 111238252
HSL0.520.960.71
HSV186°56°99°
CMYK 0.560.060.00   0.01
XYZ54.700871.5569103.0243
Yxy71.55690.23860.3121
Hunter Lab84.5913-32.6081-12.9958
CIE-Lab87.7549-31.3197-17.4588

#6feefc color RGB value is (111,238,252).

#6feefc hex color red value is 111, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6feefc hue: 0.52 , saturation: 0.96 and the lightness value of 6feefc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101110 11111100
Octal 157 356 374
Decimal 111 238 252
Hex 6F EE FC

RGB Percentages of Color #6feefc

%18.47
%39.60
%41.93

CMYK Percentages of Color #6feefc

%56
%6
%0
%1

Triadic Colors of #6feefc

#6feefc #fc6fee #eefc6f

Analogous Colors of #6feefc

#6feefc #6fa8fc #6ffcc4

Monochromatic Colors of #6feefc

#6feefc

Complementary Color

#6feefc #fc7d6f

#6feefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feefc Color CSS Codes

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

#6feefc Text Font Color

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

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


#6feefc Background Color

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

This div background color is #6feefc


#6feefc Border Color

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

This div border color is #6feefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feefc

Related Colors


Comments

No comments written yet.

Please login to write comment.