Color Hex Logo

#05cceb Color Hex

#05CCEB
(5,204,235)
0 Favorites   0 Comments

Color spaces of #05cceb

RGB 5204235
HSL0.520.960.47
HSV188°98°92°
CMYK 0.980.130.00   0.08
XYZ36.650849.216286.1652
Yxy49.21620.21300.2861
Hunter Lab70.1543-29.5159-23.7135
CIE-Lab75.5856-30.8352-27.0862

#05cceb color RGB value is (5,204,235).

#05cceb hex color red value is 5, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #05cceb hue: 0.52 , saturation: 0.96 and the lightness value of 05cceb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001100 11101011
Octal 5 314 353
Decimal 5 204 235
Hex 5 CC EB

RGB Percentages of Color #05cceb

%1.13
%45.95
%52.93

CMYK Percentages of Color #05cceb

%98
%13
%0
%8

Triadic Colors of #05cceb

#05cceb #eb05cc #cceb05

Analogous Colors of #05cceb

#05cceb #0559eb #05eb97

Monochromatic Colors of #05cceb

#05cceb

Complementary Color

#05cceb #eb2405

#05cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cceb Color CSS Codes

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

#05cceb Text Font Color

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

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


#05cceb Background Color

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

This div background color is #05cceb


#05cceb Border Color

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

This div border color is #05cceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,204,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 #05cceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cceb


Comments

No comments written yet.

Please login to write comment.