Color Hex Logo

#6fe5fd Color Hex

#6FE5FD
(111,229,253)
0 Favorites   0 Comments

Color spaces of #6fe5fd

RGB 111229253
HSL0.530.970.71
HSV190°56°99°
CMYK 0.560.090.00   0.01
XYZ52.304566.5100103.0095
Yxy66.51000.23580.2998
Hunter Lab81.5537-28.2378-17.8010
CIE-Lab85.2559-26.7124-21.7580

#6fe5fd color RGB value is (111,229,253).

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

The process color (four color CMYK) of #6fe5fd color hex is 0.56, 0.09, 0.00, 0.01. Web safe color of #6fe5fd is #66ccff. Color #6fe5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100101 11111101
Octal 157 345 375
Decimal 111 229 253
Hex 6F E5 FD

RGB Percentages of Color #6fe5fd

%18.72
%38.62
%42.66

CMYK Percentages of Color #6fe5fd

%56
%9
%0
%1

Triadic Colors of #6fe5fd

#6fe5fd #fd6fe5 #e5fd6f

Analogous Colors of #6fe5fd

#6fe5fd #6f9efd #6ffdce

Monochromatic Colors of #6fe5fd

#6fe5fd

Complementary Color

#6fe5fd #fd876f

#6fe5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe5fd Color CSS Codes

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

#6fe5fd Text Font Color

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

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


#6fe5fd Background Color

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

This div background color is #6fe5fd


#6fe5fd Border Color

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

This div border color is #6fe5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe5fd


Comments

No comments written yet.

Please login to write comment.