Color Hex Logo

#05cdeb Color Hex

#05CDEB
(5,205,235)
0 Favorites   0 Comments

Color spaces of #05cdeb

RGB 5205235
HSL0.520.960.47
HSV188°98°92°
CMYK 0.980.130.00   0.08
XYZ36.889349.693186.2447
Yxy49.69310.21340.2875
Hunter Lab70.4933-29.9539-23.1927
CIE-Lab75.8805-31.3185-26.6346

#05cdeb color RGB value is (5,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001101 11101011
Octal 5 315 353
Decimal 5 205 235
Hex 5 CD EB

RGB Percentages of Color #05cdeb

%1.12
%46.07
%52.81

CMYK Percentages of Color #05cdeb

%98
%13
%0
%8

Triadic Colors of #05cdeb

#05cdeb #eb05cd #cdeb05

Analogous Colors of #05cdeb

#05cdeb #055aeb #05eb96

Monochromatic Colors of #05cdeb

#05cdeb

Complementary Color

#05cdeb #eb2305

#05cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cdeb Color CSS Codes

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

#05cdeb Text Font Color

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

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


#05cdeb Background Color

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

This div background color is #05cdeb


#05cdeb Border Color

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

This div border color is #05cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cdeb


Comments

No comments written yet.

Please login to write comment.