Color Hex Logo

#6de9fc Color Hex

#6DE9FC
(109,233,252)
0 Favorites   0 Comments

Color spaces of #6de9fc

RGB 109233252
HSL0.520.960.71
HSV188°57°99°
CMYK 0.570.080.00   0.01
XYZ53.016368.5573102.5341
Yxy68.55730.23660.3059
Hunter Lab82.7993-30.6055-15.4619
CIE-Lab86.2844-29.2951-19.6823

#6de9fc color RGB value is (109,233,252).

#6de9fc hex color red value is 109, green value is 233 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6de9fc hue: 0.52 , saturation: 0.96 and the lightness value of 6de9fc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101001 11111100
Octal 155 351 374
Decimal 109 233 252
Hex 6D E9 FC

RGB Percentages of Color #6de9fc

%18.35
%39.23
%42.42

CMYK Percentages of Color #6de9fc

%57
%8
%0
%1

Triadic Colors of #6de9fc

#6de9fc #fc6de9 #e9fc6d

Analogous Colors of #6de9fc

#6de9fc #6da2fc #6dfcc8

Monochromatic Colors of #6de9fc

#6de9fc

Complementary Color

#6de9fc #fc806d

#6de9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6de9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6de9fc Color CSS Codes

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

#6de9fc Text Font Color

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

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


#6de9fc Background Color

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

This div background color is #6de9fc


#6de9fc Border Color

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

This div border color is #6de9fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,233,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6de9fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6de9fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6de9fc;
  box-shadow:         1px 1px 3px 2px #6de9fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,233,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6de9fc


Comments

No comments written yet.

Please login to write comment.