Color Hex Logo

#6dcaea Color Hex

#6DCAEA
(109,202,234)
0 Favorites   0 Comments

Color spaces of #6dcaea

RGB 109202234
HSL0.540.750.67
HSV195°53°92°
CMYK 0.530.140.00   0.08
XYZ42.278551.432885.5411
Yxy51.43280.23590.2869
Hunter Lab71.7167-20.2746-20.5173
CIE-Lab76.9404-18.9274-24.3026

#6dcaea color RGB value is (109,202,234).

#6dcaea hex color red value is 109, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6dcaea hue: 0.54 , saturation: 0.75 and the lightness value of 6dcaea is 0.67.

The process color (four color CMYK) of #6dcaea color hex is 0.53, 0.14, 0.00, 0.08. Web safe color of #6dcaea is #66ccff. Color #6dcaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 11101010
Octal 155 312 352
Decimal 109 202 234
Hex 6D CA EA

RGB Percentages of Color #6dcaea

%20.00
%37.06
%42.94

CMYK Percentages of Color #6dcaea

%53
%14
%0
%8

Triadic Colors of #6dcaea

#6dcaea #ea6dca #caea6d

Analogous Colors of #6dcaea

#6dcaea #6d8cea #6deacc

Monochromatic Colors of #6dcaea

#6dcaea

Complementary Color

#6dcaea #ea8d6d

#6dcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcaea Color CSS Codes

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

#6dcaea Text Font Color

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

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


#6dcaea Background Color

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

This div background color is #6dcaea


#6dcaea Border Color

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

This div border color is #6dcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcaea


Comments

No comments written yet.

Please login to write comment.