Color Hex Logo

#06cbfe Color Hex

#06CBFE
(6,203,254)
0 Favorites   0 Comments

Color spaces of #06cbfe

RGB 6203254
HSL0.530.990.51
HSV192°98°100°
CMYK 0.980.200.00   0.00
XYZ39.320449.9063101.3264
Yxy49.90630.20630.2619
Hunter Lab70.6444-24.2753-35.5895
CIE-Lab76.0117-24.0420-36.6210

#06cbfe color RGB value is (6,203,254).

#06cbfe hex color red value is 6, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #06cbfe hue: 0.53 , saturation: 0.99 and the lightness value of 06cbfe is 0.51.

The process color (four color CMYK) of #06cbfe color hex is 0.98, 0.20, 0.00, 0.00. Web safe color of #06cbfe is #00ccff. Color #06cbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001011 11111110
Octal 6 313 376
Decimal 6 203 254
Hex 6 CB FE

RGB Percentages of Color #06cbfe

%1.30
%43.84
%54.86

CMYK Percentages of Color #06cbfe

%98
%20
%0
%0

Triadic Colors of #06cbfe

#06cbfe #fe06cb #cbfe06

Analogous Colors of #06cbfe

#06cbfe #064ffe #06feb5

Monochromatic Colors of #06cbfe

#06cbfe

Complementary Color

#06cbfe #fe3906

#06cbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cbfe Color CSS Codes

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

#06cbfe Text Font Color

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

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


#06cbfe Background Color

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

This div background color is #06cbfe


#06cbfe Border Color

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

This div border color is #06cbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.