Color Hex Logo

#05becb Color Hex

#05BECB
(5,190,203)
0 Favorites   0 Comments

Color spaces of #05becb

RGB 5190203
HSL0.510.950.41
HSV184°98°80°
CMYK 0.980.060.00   0.20
XYZ29.255541.171062.9048
Yxy41.17100.21940.3088
Hunter Lab64.1646-30.9020-13.2106
CIE-Lab70.2956-34.3709-17.7875

#05becb color RGB value is (5,190,203).

#05becb hex color red value is 5, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #05becb hue: 0.51 , saturation: 0.95 and the lightness value of 05becb is 0.41.

The process color (four color CMYK) of #05becb color hex is 0.98, 0.06, 0.00, 0.20. Web safe color of #05becb is #00cccc. Color #05becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111110 11001011
Octal 5 276 313
Decimal 5 190 203
Hex 5 BE CB

RGB Percentages of Color #05becb

%1.26
%47.74
%51.01

CMYK Percentages of Color #05becb

%98
%6
%0
%20

Triadic Colors of #05becb

#05becb #cb05be #becb05

Analogous Colors of #05becb

#05becb #055bcb #05cb75

Monochromatic Colors of #05becb

#05becb

Complementary Color

#05becb #cb1205

#05becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05becb Color CSS Codes

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

#05becb Text Font Color

<p style="color:#05becb">Text here</p>

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


#05becb Background Color

<div style="background-color:#05becb">
Div content here</div>

This div background color is #05becb


#05becb Border Color

<div style="border:3px solid #05becb">
Div here</div>

This div border color is #05becb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,190,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05becb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05becb;
  -webkit-box-shadow: 1px 1px 3px 2px #05becb;
  box-shadow:         1px 1px 3px 2px #05becb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05becb


Comments

No comments written yet.

Please login to write comment.