Color Hex Logo

#6ccbca Color Hex

#6CCBCA
(108,203,202)
0 Favorites   0 Comments

Color spaces of #6ccbca

RGB 108203202
HSL0.500.480.61
HSV179°47°80°
CMYK 0.470.000.00   0.20
XYZ38.200950.164363.5464
Yxy50.16430.25150.3302
Hunter Lab70.8268-27.6716-3.6168
CIE-Lab76.1700-28.2941-8.2236

#6ccbca color RGB value is (108,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001011 11001010
Octal 154 313 312
Decimal 108 203 202
Hex 6C CB CA

RGB Percentages of Color #6ccbca

%21.05
%39.57
%39.38

CMYK Percentages of Color #6ccbca

%47
%0
%0
%20

Triadic Colors of #6ccbca

#6ccbca #ca6ccb #cbca6c

Analogous Colors of #6ccbca

#6ccbca #6c9dcb #6ccb9b

Monochromatic Colors of #6ccbca

#6ccbca

Complementary Color

#6ccbca #cb6c6d

#6ccbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccbca Color CSS Codes

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

#6ccbca Text Font Color

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

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


#6ccbca Background Color

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

This div background color is #6ccbca


#6ccbca Border Color

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

This div border color is #6ccbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccbca


Comments

No comments written yet.

Please login to write comment.