Color Hex Logo

#6cbedf Color Hex

#6CBEDF
(108,190,223)
0 Favorites   0 Comments

Color spaces of #6cbedf

RGB 108190223
HSL0.550.640.65
HSV197°52°87°
CMYK 0.520.150.00   0.13
XYZ37.917145.342876.5656
Yxy45.34280.23720.2837
Hunter Lab67.3371-17.3276-20.2797
CIE-Lab73.1170-16.0508-24.2002

#6cbedf color RGB value is (108,190,223).

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

The process color (four color CMYK) of #6cbedf color hex is 0.52, 0.15, 0.00, 0.13. Web safe color of #6cbedf is #66cccc. Color #6cbedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11011111
Octal 154 276 337
Decimal 108 190 223
Hex 6C BE DF

RGB Percentages of Color #6cbedf

%20.73
%36.47
%42.80

CMYK Percentages of Color #6cbedf

%52
%15
%0
%13

Triadic Colors of #6cbedf

#6cbedf #df6cbe #bedf6c

Analogous Colors of #6cbedf

#6cbedf #6c85df #6cdfc7

Monochromatic Colors of #6cbedf

#6cbedf

Complementary Color

#6cbedf #df8d6c

#6cbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbedf Color CSS Codes

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

#6cbedf Text Font Color

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

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


#6cbedf Background Color

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

This div background color is #6cbedf


#6cbedf Border Color

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

This div border color is #6cbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbedf


Comments

No comments written yet.

Please login to write comment.