Color Hex Logo

#6cefed Color Hex

#6CEFED
(108,239,237)
0 Favorites   0 Comments

Color spaces of #6cefed

RGB 108239237
HSL0.500.800.68
HSV179°55°94°
CMYK 0.550.000.01   0.06
XYZ52.336971.035691.0736
Yxy71.03560.24410.3313
Hunter Lab84.2826-36.6516-5.0694
CIE-Lab87.5023-36.3106-9.9882

#6cefed color RGB value is (108,239,237).

#6cefed hex color red value is 108, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6cefed hue: 0.50 , saturation: 0.80 and the lightness value of 6cefed is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 11101101
Octal 154 357 355
Decimal 108 239 237
Hex 6C EF ED

RGB Percentages of Color #6cefed

%18.49
%40.92
%40.58

CMYK Percentages of Color #6cefed

%55
%0
%1
%6

Triadic Colors of #6cefed

#6cefed #ed6cef #efed6c

Analogous Colors of #6cefed

#6cefed #6cb0ef #6cefac

Monochromatic Colors of #6cefed

#6cefed

Complementary Color

#6cefed #ef6c6e

#6cefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefed Color CSS Codes

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

#6cefed Text Font Color

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

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


#6cefed Background Color

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

This div background color is #6cefed


#6cefed Border Color

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

This div border color is #6cefed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,239,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefed


Comments

No comments written yet.

Please login to write comment.