Color Hex Logo

#6cedef Color Hex

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

Color spaces of #6cedef

RGB 108237239
HSL0.500.800.68
HSV181°55°94°
CMYK 0.550.010.00   0.06
XYZ52.048569.988592.4272
Yxy69.98850.24270.3263
Hunter Lab83.6591-35.3498-6.9426
CIE-Lab86.9912-34.8618-11.7984

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

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

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

Base Numbers

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

RGB Percentages of Color #6cedef

%18.49
%40.58
%40.92

CMYK Percentages of Color #6cedef

%55
%1
%0
%6

Triadic Colors of #6cedef

#6cedef #ef6ced #edef6c

Analogous Colors of #6cedef

#6cedef #6cacef #6cefb0

Monochromatic Colors of #6cedef

#6cedef

Complementary Color

#6cedef #ef6e6c

#6cedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cedef Color CSS Codes

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

#6cedef Text Font Color

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

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


#6cedef Background Color

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

This div background color is #6cedef


#6cedef Border Color

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

This div border color is #6cedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cedef


Comments

No comments written yet.

Please login to write comment.