Color Hex Logo

#6bccce Color Hex

#6BCCCE
(107,204,206)
0 Favorites   0 Comments

Color spaces of #6bccce

RGB 107204206
HSL0.500.500.61
HSV181°48°81°
CMYK 0.480.010.00   0.19
XYZ38.796850.767866.1469
Yxy50.76780.24920.3260
Hunter Lab71.2515-27.4961-5.1663
CIE-Lab76.5381-27.9721-9.8384

#6bccce color RGB value is (107,204,206).

#6bccce hex color red value is 107, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6bccce hue: 0.50 , saturation: 0.50 and the lightness value of 6bccce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 11001110
Octal 153 314 316
Decimal 107 204 206
Hex 6B CC CE

RGB Percentages of Color #6bccce

%20.70
%39.46
%39.85

CMYK Percentages of Color #6bccce

%48
%1
%0
%19

Triadic Colors of #6bccce

#6bccce #ce6bcc #ccce6b

Analogous Colors of #6bccce

#6bccce #6b9bce #6bce9f

Monochromatic Colors of #6bccce

#6bccce

Complementary Color

#6bccce #ce6d6b

#6bccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bccce Color CSS Codes

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

#6bccce Text Font Color

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

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


#6bccce Background Color

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

This div background color is #6bccce


#6bccce Border Color

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

This div border color is #6bccce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,204,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bccce


Comments

No comments written yet.

Please login to write comment.