Color Hex Logo

#6dcfea Color Hex

#6DCFEA
(109,207,234)
0 Favorites   0 Comments

Color spaces of #6dcfea

RGB 109207234
HSL0.540.750.67
HSV193°53°92°
CMYK 0.530.120.00   0.08
XYZ43.470853.817485.9385
Yxy53.81740.23730.2937
Hunter Lab73.3603-22.6077-18.1035
CIE-Lab78.3551-21.4705-22.1488

#6dcfea color RGB value is (109,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 11101010
Octal 155 317 352
Decimal 109 207 234
Hex 6D CF EA

RGB Percentages of Color #6dcfea

%19.82
%37.64
%42.55

CMYK Percentages of Color #6dcfea

%53
%12
%0
%8

Triadic Colors of #6dcfea

#6dcfea #ea6dcf #cfea6d

Analogous Colors of #6dcfea

#6dcfea #6d91ea #6deac7

Monochromatic Colors of #6dcfea

#6dcfea

Complementary Color

#6dcfea #ea886d

#6dcfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfea Color CSS Codes

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

#6dcfea Text Font Color

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

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


#6dcfea Background Color

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

This div background color is #6dcfea


#6dcfea Border Color

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

This div border color is #6dcfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfea


Comments

No comments written yet.

Please login to write comment.