Color Hex Logo

#6deefc Color Hex

#6DEEFC
(109,238,252)
0 Favorites   0 Comments

Color spaces of #6deefc

RGB 109238252
HSL0.520.960.71
HSV186°57°99°
CMYK 0.570.060.00   0.01
XYZ54.451971.4286103.0126
Yxy71.42860.23790.3121
Hunter Lab84.5154-32.8974-13.1055
CIE-Lab87.6928-31.6841-17.5583

#6deefc color RGB value is (109,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101110 11111100
Octal 155 356 374
Decimal 109 238 252
Hex 6D EE FC

RGB Percentages of Color #6deefc

%18.20
%39.73
%42.07

CMYK Percentages of Color #6deefc

%57
%6
%0
%1

Triadic Colors of #6deefc

#6deefc #fc6dee #eefc6d

Analogous Colors of #6deefc

#6deefc #6da7fc #6dfcc3

Monochromatic Colors of #6deefc

#6deefc

Complementary Color

#6deefc #fc7b6d

#6deefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deefc Color CSS Codes

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

#6deefc Text Font Color

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

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


#6deefc Background Color

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

This div background color is #6deefc


#6deefc Border Color

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

This div border color is #6deefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deefc


Comments

No comments written yet.

Please login to write comment.