Color Hex Logo

#6deaff Color Hex

#6DEAFF
(109,234,255)
0 Favorites   0 Comments

Color spaces of #6deaff

RGB 109234255
HSL0.521.000.71
HSV189°57°100°
CMYK 0.570.080.00   0.00
XYZ53.779569.3168105.1528
Yxy69.31680.23560.3037
Hunter Lab83.2567-30.3975-16.6033
CIE-Lab86.6607-28.9516-20.6883

#6deaff color RGB value is (109,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101010 11111111
Octal 155 352 377
Decimal 109 234 255
Hex 6D EA FF

RGB Percentages of Color #6deaff

%18.23
%39.13
%42.64

CMYK Percentages of Color #6deaff

%57
%8
%0
%0

Triadic Colors of #6deaff

#6deaff #ff6dea #eaff6d

Analogous Colors of #6deaff

#6deaff #6da1ff #6dffcb

Monochromatic Colors of #6deaff

#6deaff

Complementary Color

#6deaff #ff826d

#6deaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deaff Color CSS Codes

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

#6deaff Text Font Color

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

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


#6deaff Background Color

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

This div background color is #6deaff


#6deaff Border Color

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

This div border color is #6deaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deaff

Related Colors


Comments

No comments written yet.

Please login to write comment.