Color Hex Logo

#6cbced Color Hex

#6CBCED
(108,188,237)
0 Favorites   0 Comments

Color spaces of #6cbced

RGB 108188237
HSL0.560.780.68
HSV203°54°93°
CMYK 0.540.210.00   0.07
XYZ39.453645.269086.7791
Yxy45.26900.23000.2640
Hunter Lab67.2822-13.0734-29.3733
CIE-Lab73.0687-10.9362-31.8641

#6cbced color RGB value is (108,188,237).

#6cbced hex color red value is 108, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6cbced hue: 0.56 , saturation: 0.78 and the lightness value of 6cbced is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111100 11101101
Octal 154 274 355
Decimal 108 188 237
Hex 6C BC ED

RGB Percentages of Color #6cbced

%20.26
%35.27
%44.47

CMYK Percentages of Color #6cbced

%54
%21
%0
%7

Triadic Colors of #6cbced

#6cbced #ed6cbc #bced6c

Analogous Colors of #6cbced

#6cbced #6c7ced #6cedde

Monochromatic Colors of #6cbced

#6cbced

Complementary Color

#6cbced #ed9d6c

#6cbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbced Color CSS Codes

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

#6cbced Text Font Color

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

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


#6cbced Background Color

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

This div background color is #6cbced


#6cbced Border Color

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

This div border color is #6cbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbced


Comments

No comments written yet.

Please login to write comment.