Color Hex Logo

#6bcfca Color Hex

#6BCFCA
(107,207,202)
0 Favorites   0 Comments

Color spaces of #6bcfca

RGB 107207202
HSL0.490.510.62
HSV177°48°81°
CMYK 0.480.000.02   0.19
XYZ39.036952.015763.8597
Yxy52.01570.25200.3358
Hunter Lab72.1219-29.5980-2.0125
CIE-Lab77.2902-30.4503-6.5664

#6bcfca color RGB value is (107,207,202).

#6bcfca hex color red value is 107, green value is 207 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6bcfca hue: 0.49 , saturation: 0.51 and the lightness value of 6bcfca is 0.62.

The process color (four color CMYK) of #6bcfca color hex is 0.48, 0.00, 0.02, 0.19. Web safe color of #6bcfca is #66cccc. Color #6bcfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001111 11001010
Octal 153 317 312
Decimal 107 207 202
Hex 6B CF CA

RGB Percentages of Color #6bcfca

%20.74
%40.12
%39.15

CMYK Percentages of Color #6bcfca

%48
%0
%2
%19

Triadic Colors of #6bcfca

#6bcfca #ca6bcf #cfca6b

Analogous Colors of #6bcfca

#6bcfca #6ba2cf #6bcf98

Monochromatic Colors of #6bcfca

#6bcfca

Complementary Color

#6bcfca #cf6b70

#6bcfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcfca Color CSS Codes

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

#6bcfca Text Font Color

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

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


#6bcfca Background Color

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

This div background color is #6bcfca


#6bcfca Border Color

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

This div border color is #6bcfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcfca


Comments

No comments written yet.

Please login to write comment.