Color Hex Logo

#6dcae3 Color Hex

#6DCAE3
(109,202,227)
0 Favorites   0 Comments

Color spaces of #6dcae3

RGB 109202227
HSL0.540.680.66
HSV193°52°89°
CMYK 0.520.110.00   0.11
XYZ41.292351.038380.3481
Yxy51.03830.23910.2956
Hunter Lab71.4411-21.8505-16.6733
CIE-Lab76.7022-20.8916-20.9007

#6dcae3 color RGB value is (109,202,227).

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

The process color (four color CMYK) of #6dcae3 color hex is 0.52, 0.11, 0.00, 0.11. Web safe color of #6dcae3 is #66cccc. Color #6dcae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 11100011
Octal 155 312 343
Decimal 109 202 227
Hex 6D CA E3

RGB Percentages of Color #6dcae3

%20.26
%37.55
%42.19

CMYK Percentages of Color #6dcae3

%52
%11
%0
%11

Triadic Colors of #6dcae3

#6dcae3 #e36dca #cae36d

Analogous Colors of #6dcae3

#6dcae3 #6d8fe3 #6de3c1

Monochromatic Colors of #6dcae3

#6dcae3

Complementary Color

#6dcae3 #e3866d

#6dcae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcae3 Color CSS Codes

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

#6dcae3 Text Font Color

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

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


#6dcae3 Background Color

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

This div background color is #6dcae3


#6dcae3 Border Color

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

This div border color is #6dcae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcae3


Comments

No comments written yet.

Please login to write comment.