Color Hex Logo

#6dcaee Color Hex

#6DCAEE
(109,202,238)
0 Favorites   0 Comments

Color spaces of #6dcaee

RGB 109202238
HSL0.550.790.68
HSV197°54°93°
CMYK 0.540.150.00   0.07
XYZ42.859851.665388.6024
Yxy51.66530.23400.2821
Hunter Lab71.8786-19.3514-22.7699
CIE-Lab77.0803-17.7888-26.2372

#6dcaee color RGB value is (109,202,238).

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

The process color (four color CMYK) of #6dcaee color hex is 0.54, 0.15, 0.00, 0.07. Web safe color of #6dcaee is #66ccff. Color #6dcaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 11101110
Octal 155 312 356
Decimal 109 202 238
Hex 6D CA EE

RGB Percentages of Color #6dcaee

%19.85
%36.79
%43.35

CMYK Percentages of Color #6dcaee

%54
%15
%0
%7

Triadic Colors of #6dcaee

#6dcaee #ee6dca #caee6d

Analogous Colors of #6dcaee

#6dcaee #6d8aee #6deed2

Monochromatic Colors of #6dcaee

#6dcaee

Complementary Color

#6dcaee #ee916d

#6dcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcaee Color CSS Codes

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

#6dcaee Text Font Color

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

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


#6dcaee Background Color

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

This div background color is #6dcaee


#6dcaee Border Color

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

This div border color is #6dcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcaee


Comments

No comments written yet.

Please login to write comment.