Color Hex Logo

#05cefb Color Hex

#05CEFB
(5,206,251)
0 Favorites   0 Comments

Color spaces of #05cefb

RGB 5206251
HSL0.530.970.50
HSV191°98°98°
CMYK 0.980.180.00   0.02
XYZ39.546551.139999.0535
Yxy51.13990.20840.2695
Hunter Lab71.5122-26.4351-32.0657
CIE-Lab76.7637-26.5705-33.8535

#05cefb color RGB value is (5,206,251).

#05cefb hex color red value is 5, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #05cefb hue: 0.53 , saturation: 0.97 and the lightness value of 05cefb is 0.50.

The process color (four color CMYK) of #05cefb color hex is 0.98, 0.18, 0.00, 0.02. Web safe color of #05cefb is #00ccff. Color #05cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001110 11111011
Octal 5 316 373
Decimal 5 206 251
Hex 5 CE FB

RGB Percentages of Color #05cefb

%1.08
%44.59
%54.33

CMYK Percentages of Color #05cefb

%98
%18
%0
%2

Triadic Colors of #05cefb

#05cefb #fb05ce #cefb05

Analogous Colors of #05cefb

#05cefb #0553fb #05fbad

Monochromatic Colors of #05cefb

#05cefb

Complementary Color

#05cefb #fb3205

#05cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cefb Color CSS Codes

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

#05cefb Text Font Color

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

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


#05cefb Background Color

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

This div background color is #05cefb


#05cefb Border Color

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

This div border color is #05cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cefb


Comments

No comments written yet.

Please login to write comment.