Color Hex Logo

#05deef Color Hex

#05DEEF
(5,222,239)
0 Favorites   0 Comments

Color spaces of #05deef

RGB 5222239
HSL0.510.960.48
HSV184°98°94°
CMYK 0.980.070.00   0.06
XYZ41.763958.506890.7531
Yxy58.50680.21860.3063
Hunter Lab76.4897-36.3949-16.8032
CIE-Lab81.0197-38.0655-20.9437

#05deef color RGB value is (5,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11011110 11101111
Octal 5 336 357
Decimal 5 222 239
Hex 5 DE EF

RGB Percentages of Color #05deef

%1.07
%47.64
%51.29

CMYK Percentages of Color #05deef

%98
%7
%0
%6

Triadic Colors of #05deef

#05deef #ef05de #deef05

Analogous Colors of #05deef

#05deef #0569ef #05ef8b

Monochromatic Colors of #05deef

#05deef

Complementary Color

#05deef #ef1605

#05deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#05deef Color CSS Codes

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

#05deef Text Font Color

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

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


#05deef Background Color

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

This div background color is #05deef


#05deef Border Color

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

This div border color is #05deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05deef


Comments

No comments written yet.

Please login to write comment.