Color Hex Logo

#6fcbca Color Hex

#6FCBCA
(111,203,202)
0 Favorites   0 Comments

Color spaces of #6fcbca

RGB 111203202
HSL0.500.470.62
HSV179°45°80°
CMYK 0.450.000.00   0.20
XYZ38.572250.355663.5638
Yxy50.35560.25290.3302
Hunter Lab70.9617-27.1568-3.4357
CIE-Lab76.2870-27.6068-8.0371

#6fcbca color RGB value is (111,203,202).

#6fcbca hex color red value is 111, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6fcbca hue: 0.50 , saturation: 0.47 and the lightness value of 6fcbca is 0.62.

The process color (four color CMYK) of #6fcbca color hex is 0.45, 0.00, 0.00, 0.20. Web safe color of #6fcbca is #66cccc. Color #6fcbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 11001010
Octal 157 313 312
Decimal 111 203 202
Hex 6F CB CA

RGB Percentages of Color #6fcbca

%21.51
%39.34
%39.15

CMYK Percentages of Color #6fcbca

%45
%0
%0
%20

Triadic Colors of #6fcbca

#6fcbca #ca6fcb #cbca6f

Analogous Colors of #6fcbca

#6fcbca #6f9ecb #6fcb9c

Monochromatic Colors of #6fcbca

#6fcbca

Complementary Color

#6fcbca #cb6f70

#6fcbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbca Color CSS Codes

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

#6fcbca Text Font Color

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

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


#6fcbca Background Color

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

This div background color is #6fcbca


#6fcbca Border Color

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

This div border color is #6fcbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbca


Comments

No comments written yet.

Please login to write comment.