Color Hex Logo

#6dcefe Color Hex

#6DCEFE
(109,206,254)
0 Favorites   0 Comments

Color spaces of #6dcefe

RGB 109206254
HSL0.560.990.71
HSV200°57°100°
CMYK 0.570.190.00   0.00
XYZ46.267454.5496101.8565
Yxy54.54960.22830.2692
Hunter Lab73.8577-17.4315-30.0659
CIE-Lab78.7811-15.2167-32.1861

#6dcefe color RGB value is (109,206,254).

#6dcefe hex color red value is 109, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6dcefe hue: 0.56 , saturation: 0.99 and the lightness value of 6dcefe is 0.71.

The process color (four color CMYK) of #6dcefe color hex is 0.57, 0.19, 0.00, 0.00. Web safe color of #6dcefe is #66ccff. Color #6dcefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001110 11111110
Octal 155 316 376
Decimal 109 206 254
Hex 6D CE FE

RGB Percentages of Color #6dcefe

%19.16
%36.20
%44.64

CMYK Percentages of Color #6dcefe

%57
%19
%0
%0

Triadic Colors of #6dcefe

#6dcefe #fe6dce #cefe6d

Analogous Colors of #6dcefe

#6dcefe #6d86fe #6dfee6

Monochromatic Colors of #6dcefe

#6dcefe

Complementary Color

#6dcefe #fe9d6d

#6dcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcefe Color CSS Codes

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

#6dcefe Text Font Color

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

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


#6dcefe Background Color

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

This div background color is #6dcefe


#6dcefe Border Color

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

This div border color is #6dcefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcefe


Comments

No comments written yet.

Please login to write comment.