Color Hex Logo

#06bce1 Color Hex

#06BCE1
(6,188,225)
0 Favorites   0 Comments

Color spaces of #06bce1

RGB 6188225
HSL0.530.950.45
HSV190°97°88°
CMYK 0.970.160.00   0.12
XYZ31.648941.441477.5651
Yxy41.44140.21010.2751
Hunter Lab64.3750-24.8997-26.3757
CIE-Lab70.4841-26.2175-29.5104

#06bce1 color RGB value is (6,188,225).

#06bce1 hex color red value is 6, green value is 188 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #06bce1 hue: 0.53 , saturation: 0.95 and the lightness value of 06bce1 is 0.45.

The process color (four color CMYK) of #06bce1 color hex is 0.97, 0.16, 0.00, 0.12. Web safe color of #06bce1 is #00cccc. Color #06bce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111100 11100001
Octal 6 274 341
Decimal 6 188 225
Hex 6 BC E1

RGB Percentages of Color #06bce1

%1.43
%44.87
%53.70

CMYK Percentages of Color #06bce1

%97
%16
%0
%12

Triadic Colors of #06bce1

#06bce1 #e106bc #bce106

Analogous Colors of #06bce1

#06bce1 #064fe1 #06e199

Monochromatic Colors of #06bce1

#06bce1

Complementary Color

#06bce1 #e12b06

#06bce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bce1 Color CSS Codes

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

#06bce1 Text Font Color

<p style="color:#06bce1">Text here</p>

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


#06bce1 Background Color

<div style="background-color:#06bce1">
Div content here</div>

This div background color is #06bce1


#06bce1 Border Color

<div style="border:3px solid #06bce1">
Div here</div>

This div border color is #06bce1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,188,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06bce1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06bce1;
  -webkit-box-shadow: 1px 1px 3px 2px #06bce1;
  box-shadow:         1px 1px 3px 2px #06bce1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,188,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bce1


Comments

No comments written yet.

Please login to write comment.