Color Hex Logo

#04deeb Color Hex

#04DEEB
(4,222,235)
0 Favorites   0 Comments

Color spaces of #04deeb

RGB 4222235
HSL0.510.970.47
HSV183°98°92°
CMYK 0.980.060.00   0.08
XYZ41.166758.266587.6741
Yxy58.26650.22000.3114
Hunter Lab76.3325-37.3155-14.6667
CIE-Lab80.8867-39.3127-19.0199

#04deeb color RGB value is (4,222,235).

#04deeb hex color red value is 4, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #04deeb hue: 0.51 , saturation: 0.97 and the lightness value of 04deeb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11011110 11101011
Octal 4 336 353
Decimal 4 222 235
Hex 4 DE EB

RGB Percentages of Color #04deeb

%0.87
%48.16
%50.98

CMYK Percentages of Color #04deeb

%98
%6
%0
%8

Triadic Colors of #04deeb

#04deeb #eb04de #deeb04

Analogous Colors of #04deeb

#04deeb #046beb #04eb85

Monochromatic Colors of #04deeb

#04deeb

Complementary Color

#04deeb #eb1104

#04deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04deeb Color CSS Codes

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

#04deeb Text Font Color

<p style="color:#04deeb">Text here</p>

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


#04deeb Background Color

<div style="background-color:#04deeb">
Div content here</div>

This div background color is #04deeb


#04deeb Border Color

<div style="border:3px solid #04deeb">
Div here</div>

This div border color is #04deeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,222,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04deeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04deeb;
  -webkit-box-shadow: 1px 1px 3px 2px #04deeb;
  box-shadow:         1px 1px 3px 2px #04deeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,222,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 #04deeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04deeb


Comments

No comments written yet.

Please login to write comment.