Color Hex Logo

#6cbdb5 Color Hex

#6CBDB5
(108,189,181)
1 Favorites   0 Comments

Color spaces of #6cbdb5

RGB 108189181
HSL0.480.380.58
HSV174°43°74°
CMYK 0.430.000.04   0.26
XYZ32.722442.919550.2757
Yxy42.91950.25990.3409
Hunter Lab65.5130-25.49060.3590
CIE-Lab71.5003-26.7230-3.7208

#6cbdb5 color RGB value is (108,189,181).

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

The process color (four color CMYK) of #6cbdb5 color hex is 0.43, 0.00, 0.04, 0.26. Web safe color of #6cbdb5 is #66cccc. Color #6cbdb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111101 10110101
Octal 154 275 265
Decimal 108 189 181
Hex 6C BD B5

RGB Percentages of Color #6cbdb5

%22.59
%39.54
%37.87

CMYK Percentages of Color #6cbdb5

%43
%0
%4
%26

Triadic Colors of #6cbdb5

#6cbdb5 #b56cbd #bdb56c

Analogous Colors of #6cbdb5

#6cbdb5 #6c9dbd #6cbd8d

Monochromatic Colors of #6cbdb5

#6cbdb5

Complementary Color

#6cbdb5 #bd6c74

#6cbdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbdb5 Color CSS Codes

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

#6cbdb5 Text Font Color

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

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


#6cbdb5 Background Color

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

This div background color is #6cbdb5


#6cbdb5 Border Color

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

This div border color is #6cbdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbdb5


Comments

No comments written yet.

Please login to write comment.