Color Hex Logo

#06beee Color Hex

#06BEEE
(6,190,238)
0 Favorites   0 Comments

Color spaces of #06beee

RGB 6190238
HSL0.530.950.48
HSV192°97°93°
CMYK 0.970.200.00   0.07
XYZ33.921243.038787.4084
Yxy43.03870.20640.2618
Hunter Lab65.6039-22.5114-33.0733
CIE-Lab71.5812-22.8436-34.8758

#06beee color RGB value is (6,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111110 11101110
Octal 6 276 356
Decimal 6 190 238
Hex 6 BE EE

RGB Percentages of Color #06beee

%1.38
%43.78
%54.84

CMYK Percentages of Color #06beee

%97
%20
%0
%7

Triadic Colors of #06beee

#06beee #ee06be #beee06

Analogous Colors of #06beee

#06beee #064aee #06eeaa

Monochromatic Colors of #06beee

#06beee

Complementary Color

#06beee #ee3606

#06beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#06beee Color CSS Codes

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

#06beee Text Font Color

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

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


#06beee Background Color

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

This div background color is #06beee


#06beee Border Color

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

This div border color is #06beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06beee


Comments

No comments written yet.

Please login to write comment.