Color Hex Logo

#6efcee Color Hex

#6EFCEE
(110,252,238)
0 Favorites   0 Comments

Color spaces of #6efcee

RGB 110252238
HSL0.480.960.71
HSV174°56°99°
CMYK 0.560.000.06   0.01
XYZ56.673479.108993.1715
Yxy79.10890.24750.3455
Hunter Lab88.9432-41.91280.1516
CIE-Lab91.2835-41.5891-4.9048

#6efcee color RGB value is (110,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111100 11101110
Octal 156 374 356
Decimal 110 252 238
Hex 6E FC EE

RGB Percentages of Color #6efcee

%18.33
%42.00
%39.67

CMYK Percentages of Color #6efcee

%56
%0
%6
%1

Triadic Colors of #6efcee

#6efcee #ee6efc #fcee6e

Analogous Colors of #6efcee

#6efcee #6ec3fc #6efca7

Monochromatic Colors of #6efcee

#6efcee

Complementary Color

#6efcee #fc6e7c

#6efcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efcee Color CSS Codes

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

#6efcee Text Font Color

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

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


#6efcee Background Color

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

This div background color is #6efcee


#6efcee Border Color

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

This div border color is #6efcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efcee


Comments

No comments written yet.

Please login to write comment.