Color Hex Logo

#6fcdef Color Hex

#6FCDEF
(111,205,239)
0 Favorites   0 Comments

Color spaces of #6fcdef

RGB 111205239
HSL0.540.800.69
HSV196°54°94°
CMYK 0.540.140.00   0.06
XYZ43.966953.274189.6270
Yxy53.27410.23530.2851
Hunter Lab72.9891-20.2068-21.7128
CIE-Lab78.0366-18.6374-25.3054

#6fcdef color RGB value is (111,205,239).

#6fcdef hex color red value is 111, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6fcdef hue: 0.54 , saturation: 0.80 and the lightness value of 6fcdef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 11101111
Octal 157 315 357
Decimal 111 205 239
Hex 6F CD EF

RGB Percentages of Color #6fcdef

%20.00
%36.94
%43.06

CMYK Percentages of Color #6fcdef

%54
%14
%0
%6

Triadic Colors of #6fcdef

#6fcdef #ef6fcd #cdef6f

Analogous Colors of #6fcdef

#6fcdef #6f8def #6fefd1

Monochromatic Colors of #6fcdef

#6fcdef

Complementary Color

#6fcdef #ef916f

#6fcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdef Color CSS Codes

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

#6fcdef Text Font Color

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

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


#6fcdef Background Color

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

This div background color is #6fcdef


#6fcdef Border Color

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

This div border color is #6fcdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,205,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdef


Comments

No comments written yet.

Please login to write comment.