Color Hex Logo

#6ccbea Color Hex

#6CCBEA
(108,203,234)
0 Favorites   0 Comments

Color spaces of #6ccbea

RGB 108203234
HSL0.540.750.67
HSV195°54°92°
CMYK 0.540.130.00   0.08
XYZ42.391651.840585.6139
Yxy51.84050.23570.2882
Hunter Lab72.0003-20.9053-20.1001
CIE-Lab77.1854-19.6431-23.9326

#6ccbea color RGB value is (108,203,234).

#6ccbea hex color red value is 108, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6ccbea hue: 0.54 , saturation: 0.75 and the lightness value of 6ccbea is 0.67.

The process color (four color CMYK) of #6ccbea color hex is 0.54, 0.13, 0.00, 0.08. Web safe color of #6ccbea is #66ccff. Color #6ccbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001011 11101010
Octal 154 313 352
Decimal 108 203 234
Hex 6C CB EA

RGB Percentages of Color #6ccbea

%19.82
%37.25
%42.94

CMYK Percentages of Color #6ccbea

%54
%13
%0
%8

Triadic Colors of #6ccbea

#6ccbea #ea6ccb #cbea6c

Analogous Colors of #6ccbea

#6ccbea #6c8cea #6ceaca

Monochromatic Colors of #6ccbea

#6ccbea

Complementary Color

#6ccbea #ea8b6c

#6ccbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccbea Color CSS Codes

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

#6ccbea Text Font Color

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

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


#6ccbea Background Color

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

This div background color is #6ccbea


#6ccbea Border Color

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

This div border color is #6ccbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccbea


Comments

No comments written yet.

Please login to write comment.