Color Hex Logo

#05daeb Color Hex

#05DAEB
(5,218,235)
0 Favorites   0 Comments

Color spaces of #05daeb

RGB 5218235
HSL0.510.960.47
HSV184°98°92°
CMYK 0.980.070.00   0.08
XYZ40.129456.173287.3247
Yxy56.17320.21850.3059
Hunter Lab74.9488-35.5871-16.6161
CIE-Lab79.7123-37.4550-20.7973

#05daeb color RGB value is (5,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011010 11101011
Octal 5 332 353
Decimal 5 218 235
Hex 5 DA EB

RGB Percentages of Color #05daeb

%1.09
%47.60
%51.31

CMYK Percentages of Color #05daeb

%98
%7
%0
%8

Triadic Colors of #05daeb

#05daeb #eb05da #daeb05

Analogous Colors of #05daeb

#05daeb #0567eb #05eb89

Monochromatic Colors of #05daeb

#05daeb

Complementary Color

#05daeb #eb1605

#05daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05daeb Color CSS Codes

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

#05daeb Text Font Color

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

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


#05daeb Background Color

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

This div background color is #05daeb


#05daeb Border Color

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

This div border color is #05daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05daeb


Comments

No comments written yet.

Please login to write comment.