Color Hex Logo

#6cbeed Color Hex

#6CBEED
(108,190,237)
0 Favorites   0 Comments

Color spaces of #6cbeed

RGB 108190237
HSL0.560.780.68
HSV202°54°93°
CMYK 0.540.200.00   0.07
XYZ39.883946.129586.9225
Yxy46.12950.23060.2667
Hunter Lab67.9187-14.0372-28.3364
CIE-Lab73.6295-12.0025-30.9992

#6cbeed color RGB value is (108,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11101101
Octal 154 276 355
Decimal 108 190 237
Hex 6C BE ED

RGB Percentages of Color #6cbeed

%20.19
%35.51
%44.30

CMYK Percentages of Color #6cbeed

%54
%20
%0
%7

Triadic Colors of #6cbeed

#6cbeed #ed6cbe #beed6c

Analogous Colors of #6cbeed

#6cbeed #6c7eed #6ceddc

Monochromatic Colors of #6cbeed

#6cbeed

Complementary Color

#6cbeed #ed9b6c

#6cbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbeed Color CSS Codes

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

#6cbeed Text Font Color

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

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


#6cbeed Background Color

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

This div background color is #6cbeed


#6cbeed Border Color

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

This div border color is #6cbeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,190,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 #6cbeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbeed


Comments

No comments written yet.

Please login to write comment.