Color Hex Logo

#6cbeca Color Hex

#6CBECA
(108,190,202)
0 Favorites   0 Comments

Color spaces of #6cbeca

RGB 108190202
HSL0.520.470.61
HSV188°47°79°
CMYK 0.470.060.00   0.21
XYZ35.258544.279362.5656
Yxy44.27930.24810.3116
Hunter Lab66.5427-21.8692-9.1665
CIE-Lab72.4148-21.8358-13.8338

#6cbeca color RGB value is (108,190,202).

#6cbeca hex color red value is 108, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6cbeca hue: 0.52 , saturation: 0.47 and the lightness value of 6cbeca is 0.61.

The process color (four color CMYK) of #6cbeca color hex is 0.47, 0.06, 0.00, 0.21. Web safe color of #6cbeca is #66cccc. Color #6cbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 11001010
Octal 154 276 312
Decimal 108 190 202
Hex 6C BE CA

RGB Percentages of Color #6cbeca

%21.60
%38.00
%40.40

CMYK Percentages of Color #6cbeca

%47
%6
%0
%21

Triadic Colors of #6cbeca

#6cbeca #ca6cbe #beca6c

Analogous Colors of #6cbeca

#6cbeca #6c8fca #6ccaa7

Monochromatic Colors of #6cbeca

#6cbeca

Complementary Color

#6cbeca #ca786c

#6cbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbeca Color CSS Codes

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

#6cbeca Text Font Color

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

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


#6cbeca Background Color

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

This div background color is #6cbeca


#6cbeca Border Color

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

This div border color is #6cbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbeca


Comments

No comments written yet.

Please login to write comment.