Color Hex Logo

#6cbece Color Hex

#6CBECE
(108,190,206)
0 Favorites   0 Comments

Color spaces of #6cbece

RGB 108190206
HSL0.530.500.62
HSV190°48°81°
CMYK 0.480.080.00   0.19
XYZ35.738444.471365.0927
Yxy44.47130.24600.3061
Hunter Lab66.6868-21.0412-11.1919
CIE-Lab72.5424-20.7632-15.8229

#6cbece color RGB value is (108,190,206).

#6cbece hex color red value is 108, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6cbece hue: 0.53 , saturation: 0.50 and the lightness value of 6cbece is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11001110
Octal 154 276 316
Decimal 108 190 206
Hex 6C BE CE

RGB Percentages of Color #6cbece

%21.43
%37.70
%40.87

CMYK Percentages of Color #6cbece

%48
%8
%0
%19

Triadic Colors of #6cbece

#6cbece #ce6cbe #bece6c

Analogous Colors of #6cbece

#6cbece #6c8dce #6ccead

Monochromatic Colors of #6cbece

#6cbece

Complementary Color

#6cbece #ce7c6c

#6cbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbece Color CSS Codes

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

#6cbece Text Font Color

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

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


#6cbece Background Color

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

This div background color is #6cbece


#6cbece Border Color

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

This div border color is #6cbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbece


Comments

No comments written yet.

Please login to write comment.