Color Hex Logo

#6cfdee Color Hex

#6CFDEE
(108,253,238)
0 Favorites   0 Comments

Color spaces of #6cfdee

RGB 108253238
HSL0.480.970.71
HSV174°57°99°
CMYK 0.570.000.06   0.01
XYZ56.742279.611893.2649
Yxy79.61180.24710.3467
Hunter Lab89.2254-42.62890.4836
CIE-Lab91.5104-42.3967-4.5771

#6cfdee color RGB value is (108,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111101 11101110
Octal 154 375 356
Decimal 108 253 238
Hex 6C FD EE

RGB Percentages of Color #6cfdee

%18.03
%42.24
%39.73

CMYK Percentages of Color #6cfdee

%57
%0
%6
%1

Triadic Colors of #6cfdee

#6cfdee #ee6cfd #fdee6c

Analogous Colors of #6cfdee

#6cfdee #6cc4fd #6cfda6

Monochromatic Colors of #6cfdee

#6cfdee

Complementary Color

#6cfdee #fd6c7b

#6cfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfdee Color CSS Codes

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

#6cfdee Text Font Color

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

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


#6cfdee Background Color

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

This div background color is #6cfdee


#6cfdee Border Color

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

This div border color is #6cfdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,253,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 #6cfdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfdee


Comments

No comments written yet.

Please login to write comment.