Color Hex Logo

#6cedfd Color Hex

#6CEDFD
(108,237,253)
0 Favorites   0 Comments

Color spaces of #6cedfd

RGB 108237253
HSL0.520.970.71
HSV187°57°99°
CMYK 0.570.060.00   0.01
XYZ54.198270.8484103.7471
Yxy70.84840.23690.3097
Hunter Lab84.1715-32.3636-14.1589
CIE-Lab87.4113-31.1165-18.5093

#6cedfd color RGB value is (108,237,253).

#6cedfd hex color red value is 108, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6cedfd hue: 0.52 , saturation: 0.97 and the lightness value of 6cedfd is 0.71.

The process color (four color CMYK) of #6cedfd color hex is 0.57, 0.06, 0.00, 0.01. Web safe color of #6cedfd is #66ffff. Color #6cedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101101 11111101
Octal 154 355 375
Decimal 108 237 253
Hex 6C ED FD

RGB Percentages of Color #6cedfd

%18.06
%39.63
%42.31

CMYK Percentages of Color #6cedfd

%57
%6
%0
%1

Triadic Colors of #6cedfd

#6cedfd #fd6ced #edfd6c

Analogous Colors of #6cedfd

#6cedfd #6ca5fd #6cfdc5

Monochromatic Colors of #6cedfd

#6cedfd

Complementary Color

#6cedfd #fd7c6c

#6cedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cedfd Color CSS Codes

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

#6cedfd Text Font Color

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

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


#6cedfd Background Color

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

This div background color is #6cedfd


#6cedfd Border Color

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

This div border color is #6cedfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,237,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cedfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cedfd;
  -webkit-box-shadow: 1px 1px 3px 2px #6cedfd;
  box-shadow:         1px 1px 3px 2px #6cedfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,237,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.