color codes Logo

#06beeb color codes

#06BEEB
(6,190,235)
0 Favorites   0 Comments

Color spaces of #06beeb

RGB 6190235
HSL0.530.950.47
HSV192°97°92°
CMYK 0.970.190.00   0.08
XYZ33.484042.863885.1060
Yxy42.86380.20740.2655
Hunter Lab65.4705-23.2818-31.2426
CIE-Lab71.4624-23.8619-33.4340

#06beeb color RGB value is (6,190,235).

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

The process color (four color CMYK) of #06beeb color code is 0.97, 0.19, 0.00, 0.08. Web safe color of #06beeb is #00ccff. Color #06beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111110 11101011
Octal 6 276 353
Decimal 6 190 235
Hex 6 BE EB

RGB Percentages of Color #06beeb

%1.39
%44.08
%54.52

CMYK Percentages of Color #06beeb

%97
%19
%0
%8

Triadic Colors of #06beeb

#06beeb #eb06be #beeb06

Analogous Colors of #06beeb

#06beeb #064ceb #06eba6

Monochromatic Colors of #06beeb

#06beeb

Complementary Color

#06beeb #eb3306

#06beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06beeb Color CSS Codes

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

#06beeb Text Font Color

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

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


#06beeb Background Color

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

This div background color is #06beeb


#06beeb Border Color

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

This div border color is #06beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06beeb


Comments

No comments written yet.

Please login to write comment.