Color Hex Logo

#6cbdbe Color Hex

#6CBDBE
(108,189,190)
0 Favorites   0 Comments

Color spaces of #6cbdbe

RGB 108189190
HSL0.500.390.58
HSV181°43°75°
CMYK 0.430.010.00   0.25
XYZ33.676243.301055.2982
Yxy43.30100.25460.3274
Hunter Lab65.8035-23.8053-3.7621
CIE-Lab71.7588-24.4649-8.2602

#6cbdbe color RGB value is (108,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111101 10111110
Octal 154 275 276
Decimal 108 189 190
Hex 6C BD BE

RGB Percentages of Color #6cbdbe

%22.18
%38.81
%39.01

CMYK Percentages of Color #6cbdbe

%43
%1
%0
%25

Triadic Colors of #6cbdbe

#6cbdbe #be6cbd #bdbe6c

Analogous Colors of #6cbdbe

#6cbdbe #6c94be #6cbe96

Monochromatic Colors of #6cbdbe

#6cbdbe

Complementary Color

#6cbdbe #be6d6c

#6cbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbdbe Color CSS Codes

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

#6cbdbe Text Font Color

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

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


#6cbdbe Background Color

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

This div background color is #6cbdbe


#6cbdbe Border Color

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

This div border color is #6cbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbdbe


Comments

No comments written yet.

Please login to write comment.