Color Hex Logo

#6cdfed Color Hex

#6CDFED
(108,223,237)
0 Favorites   0 Comments

Color spaces of #6cdfed

RGB 108223237
HSL0.520.780.68
HSV187°54°93°
CMYK 0.540.060.00   0.07
XYZ47.858162.077989.5806
Yxy62.07790.23990.3111
Hunter Lab78.7895-29.4577-12.2577
CIE-Lab82.9548-28.7500-16.7933

#6cdfed color RGB value is (108,223,237).

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

The process color (four color CMYK) of #6cdfed color hex is 0.54, 0.06, 0.00, 0.07. Web safe color of #6cdfed is #66ccff. Color #6cdfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 11101101
Octal 154 337 355
Decimal 108 223 237
Hex 6C DF ED

RGB Percentages of Color #6cdfed

%19.01
%39.26
%41.73

CMYK Percentages of Color #6cdfed

%54
%6
%0
%7

Triadic Colors of #6cdfed

#6cdfed #ed6cdf #dfed6c

Analogous Colors of #6cdfed

#6cdfed #6c9fed #6cedbb

Monochromatic Colors of #6cdfed

#6cdfed

Complementary Color

#6cdfed #ed7a6c

#6cdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdfed Color CSS Codes

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

#6cdfed Text Font Color

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

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


#6cdfed Background Color

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

This div background color is #6cdfed


#6cdfed Border Color

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

This div border color is #6cdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdfed


Comments

No comments written yet.

Please login to write comment.