Color Hex Logo

#06ebff Color Hex

#06EBFF
(6,235,255)
0 Favorites   0 Comments

Color spaces of #06ebff

RGB 6235255
HSL0.511.000.51
HSV185°98°100°
CMYK 0.980.080.00   0.00
XYZ47.833466.6754104.9563
Yxy66.67540.21800.3038
Hunter Lab81.6550-38.3312-19.0507
CIE-Lab85.3398-39.0983-22.8426

#06ebff color RGB value is (6,235,255).

#06ebff hex color red value is 6, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #06ebff hue: 0.51 , saturation: 1.00 and the lightness value of 06ebff is 0.51.

The process color (four color CMYK) of #06ebff color hex is 0.98, 0.08, 0.00, 0.00. Web safe color of #06ebff is #00ffff. Color #06ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101011 11111111
Octal 6 353 377
Decimal 6 235 255
Hex 6 EB FF

RGB Percentages of Color #06ebff

%1.21
%47.38
%51.41

CMYK Percentages of Color #06ebff

%98
%8
%0
%0

Triadic Colors of #06ebff

#06ebff #ff06eb #ebff06

Analogous Colors of #06ebff

#06ebff #066fff #06ff97

Monochromatic Colors of #06ebff

#06ebff

Complementary Color

#06ebff #ff1a06

#06ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ebff Color CSS Codes

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

#06ebff Text Font Color

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

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


#06ebff Background Color

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

This div background color is #06ebff


#06ebff Border Color

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

This div border color is #06ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ebff


Comments

No comments written yet.

Please login to write comment.