Color Hex Logo

#6cdffe Color Hex

#6CDFFE
(108,223,254)
0 Favorites   0 Comments

Color spaces of #6cdffe

RGB 108223254
HSL0.540.990.71
HSV193°57°100°
CMYK 0.570.120.00   0.00
XYZ50.461463.1193103.2896
Yxy63.11930.23270.2910
Hunter Lab79.4477-25.6586-21.4693
CIE-Lab83.5051-24.0363-24.9544

#6cdffe color RGB value is (108,223,254).

#6cdffe hex color red value is 108, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6cdffe hue: 0.54 , saturation: 0.99 and the lightness value of 6cdffe is 0.71.

The process color (four color CMYK) of #6cdffe color hex is 0.57, 0.12, 0.00, 0.00. Web safe color of #6cdffe is #66ccff. Color #6cdffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 11111110
Octal 154 337 376
Decimal 108 223 254
Hex 6C DF FE

RGB Percentages of Color #6cdffe

%18.46
%38.12
%43.42

CMYK Percentages of Color #6cdffe

%57
%12
%0
%0

Triadic Colors of #6cdffe

#6cdffe #fe6cdf #dffe6c

Analogous Colors of #6cdffe

#6cdffe #6c96fe #6cfed4

Monochromatic Colors of #6cdffe

#6cdffe

Complementary Color

#6cdffe #fe8b6c

#6cdffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdffe Color CSS Codes

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

#6cdffe Text Font Color

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

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


#6cdffe Background Color

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

This div background color is #6cdffe


#6cdffe Border Color

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

This div border color is #6cdffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdffe


Comments

No comments written yet.

Please login to write comment.