Color Hex Logo

#6fcfd3 Color Hex

#6FCFD3
(111,207,211)
0 Favorites   0 Comments

Color spaces of #6fcfd3

RGB 111207211
HSL0.510.530.63
HSV182°47°83°
CMYK 0.470.020.00   0.17
XYZ40.626252.708369.6605
Yxy52.70830.24920.3234
Hunter Lab72.6005-27.1648-6.0687
CIE-Lab77.7025-27.2504-10.7785

#6fcfd3 color RGB value is (111,207,211).

#6fcfd3 hex color red value is 111, green value is 207 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #6fcfd3 hue: 0.51 , saturation: 0.53 and the lightness value of 6fcfd3 is 0.63.

The process color (four color CMYK) of #6fcfd3 color hex is 0.47, 0.02, 0.00, 0.17. Web safe color of #6fcfd3 is #66cccc. Color #6fcfd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001111 11010011
Octal 157 317 323
Decimal 111 207 211
Hex 6F CF D3

RGB Percentages of Color #6fcfd3

%20.98
%39.13
%39.89

CMYK Percentages of Color #6fcfd3

%47
%2
%0
%17

Triadic Colors of #6fcfd3

#6fcfd3 #d36fcf #cfd36f

Analogous Colors of #6fcfd3

#6fcfd3 #6f9dd3 #6fd3a5

Monochromatic Colors of #6fcfd3

#6fcfd3

Complementary Color

#6fcfd3 #d3736f

#6fcfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcfd3 Color CSS Codes

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

#6fcfd3 Text Font Color

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

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


#6fcfd3 Background Color

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

This div background color is #6fcfd3


#6fcfd3 Border Color

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

This div border color is #6fcfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcfd3


Comments

No comments written yet.

Please login to write comment.