Color Hex Logo

#05edeb Color Hex

#05EDEB
(5,237,235)
0 Favorites   0 Comments

Color spaces of #05edeb

RGB 5237235
HSL0.500.960.47
HSV179°98°93°
CMYK 0.980.000.01   0.07
XYZ45.342266.598889.0623
Yxy66.59880.22560.3313
Hunter Lab81.6081-43.6379-7.5800
CIE-Lab85.3009-45.9588-12.3861

#05edeb color RGB value is (5,237,235).

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

The process color (four color CMYK) of #05edeb color hex is 0.98, 0.00, 0.01, 0.07. Web safe color of #05edeb is #00ffff. Color #05edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11101101 11101011
Octal 5 355 353
Decimal 5 237 235
Hex 5 ED EB

RGB Percentages of Color #05edeb

%1.05
%49.69
%49.27

CMYK Percentages of Color #05edeb

%98
%0
%1
%7

Triadic Colors of #05edeb

#05edeb #eb05ed #edeb05

Analogous Colors of #05edeb

#05edeb #057bed #05ed77

Monochromatic Colors of #05edeb

#05edeb

Complementary Color

#05edeb #ed0507

#05edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05edeb Color CSS Codes

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

#05edeb Text Font Color

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

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


#05edeb Background Color

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

This div background color is #05edeb


#05edeb Border Color

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

This div border color is #05edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05edeb


Comments

No comments written yet.

Please login to write comment.