Color Hex Logo

#6cbedc Color Hex

#6CBEDC
(108,190,220)
0 Favorites   0 Comments

Color spaces of #6cbedc

RGB 108190220
HSL0.540.620.64
HSV196°51°86°
CMYK 0.510.140.00   0.14
XYZ37.516145.182474.4539
Yxy45.18240.23870.2875
Hunter Lab67.2179-18.0056-18.6201
CIE-Lab73.0118-16.8995-22.7313

#6cbedc color RGB value is (108,190,220).

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

The process color (four color CMYK) of #6cbedc color hex is 0.51, 0.14, 0.00, 0.14. Web safe color of #6cbedc is #66cccc. Color #6cbedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11011100
Octal 154 276 334
Decimal 108 190 220
Hex 6C BE DC

RGB Percentages of Color #6cbedc

%20.85
%36.68
%42.47

CMYK Percentages of Color #6cbedc

%51
%14
%0
%14

Triadic Colors of #6cbedc

#6cbedc #dc6cbe #bedc6c

Analogous Colors of #6cbedc

#6cbedc #6c86dc #6cdcc2

Monochromatic Colors of #6cbedc

#6cbedc

Complementary Color

#6cbedc #dc8a6c

#6cbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbedc Color CSS Codes

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

#6cbedc Text Font Color

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

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


#6cbedc Background Color

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

This div background color is #6cbedc


#6cbedc Border Color

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

This div border color is #6cbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbedc


Comments

No comments written yet.

Please login to write comment.