Color Hex Logo

#05cefa Color Hex

#05CEFA
(5,206,250)
0 Favorites   0 Comments

Color spaces of #05cefa

RGB 5206250
HSL0.530.960.50
HSV191°98°98°
CMYK 0.980.180.00   0.02
XYZ39.389251.077098.2253
Yxy51.07700.20870.2707
Hunter Lab71.4682-26.6902-31.4600
CIE-Lab76.7256-26.9020-33.3775

#05cefa color RGB value is (5,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001110 11111010
Octal 5 316 372
Decimal 5 206 250
Hex 5 CE FA

RGB Percentages of Color #05cefa

%1.08
%44.69
%54.23

CMYK Percentages of Color #05cefa

%98
%18
%0
%2

Triadic Colors of #05cefa

#05cefa #fa05ce #cefa05

Analogous Colors of #05cefa

#05cefa #0553fa #05faac

Monochromatic Colors of #05cefa

#05cefa

Complementary Color

#05cefa #fa3105

#05cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cefa Color CSS Codes

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

#05cefa Text Font Color

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

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


#05cefa Background Color

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

This div background color is #05cefa


#05cefa Border Color

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

This div border color is #05cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cefa


Comments

No comments written yet.

Please login to write comment.