Color Hex Logo

#6de8ff Color Hex

#6DE8FF
(109,232,255)
0 Favorites   0 Comments

Color spaces of #6de8ff

RGB 109232255
HSL0.531.000.71
HSV189°57°100°
CMYK 0.570.090.00   0.00
XYZ53.213368.1844104.9640
Yxy68.18440.23510.3012
Hunter Lab82.5738-29.4730-17.5650
CIE-Lab86.0986-27.9851-21.5391

#6de8ff color RGB value is (109,232,255).

#6de8ff hex color red value is 109, green value is 232 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6de8ff hue: 0.53 , saturation: 1.00 and the lightness value of 6de8ff is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101000 11111111
Octal 155 350 377
Decimal 109 232 255
Hex 6D E8 FF

RGB Percentages of Color #6de8ff

%18.29
%38.93
%42.79

CMYK Percentages of Color #6de8ff

%57
%9
%0
%0

Triadic Colors of #6de8ff

#6de8ff #ff6de8 #e8ff6d

Analogous Colors of #6de8ff

#6de8ff #6d9fff #6dffcd

Monochromatic Colors of #6de8ff

#6de8ff

Complementary Color

#6de8ff #ff846d

#6de8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6de8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6de8ff Color CSS Codes

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

#6de8ff Text Font Color

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

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


#6de8ff Background Color

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

This div background color is #6de8ff


#6de8ff Border Color

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

This div border color is #6de8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6de8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.