Color Hex Logo

#6cbbed Color Hex

#6CBBED
(108,187,237)
0 Favorites   0 Comments

Color spaces of #6cbbed

RGB 108187237
HSL0.560.780.68
HSV203°54°93°
CMYK 0.540.210.00   0.07
XYZ39.240744.843286.7082
Yxy44.84320.22980.2626
Hunter Lab66.9651-12.5901-29.8948
CIE-Lab72.7885-10.4008-32.2965

#6cbbed color RGB value is (108,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111011 11101101
Octal 154 273 355
Decimal 108 187 237
Hex 6C BB ED

RGB Percentages of Color #6cbbed

%20.30
%35.15
%44.55

CMYK Percentages of Color #6cbbed

%54
%21
%0
%7

Triadic Colors of #6cbbed

#6cbbed #ed6cbb #bbed6c

Analogous Colors of #6cbbed

#6cbbed #6c7bed #6ceddf

Monochromatic Colors of #6cbbed

#6cbbed

Complementary Color

#6cbbed #ed9e6c

#6cbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbbed Color CSS Codes

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

#6cbbed Text Font Color

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

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


#6cbbed Background Color

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

This div background color is #6cbbed


#6cbbed Border Color

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

This div border color is #6cbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbbed


Comments

No comments written yet.

Please login to write comment.