Color Hex Logo

#00deff Color Hex

#00DEFF
(0,222,255)
2 Favorites   0 Comments

Color spaces of #00deff

RGB 0222255
HSL0.521.000.50
HSV188°100°100°
CMYK 1.000.130.00   0.00
XYZ44.171359.4626103.7571
Yxy59.46260.21300.2867
Hunter Lab77.1120-32.6976-25.7985
CIE-Lab81.5452-33.1626-28.6295

#00deff color RGB value is (0,222,255).

#00deff hex color red value is 0, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #00deff hue: 0.52 , saturation: 1.00 and the lightness value of 00deff is 0.50.

The process color (four color CMYK) of #00deff color hex is 1.00, 0.13, 0.00, 0.00. Web safe color of #00deff is #00ccff. Color #00deff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011110 11111111
Octal 0 336 377
Decimal 0 222 255
Hex 0 DE FF

RGB Percentages of Color #00deff

%0.00
%46.54
%53.46

CMYK Percentages of Color #00deff

%100
%13
%0
%0

Triadic Colors of #00deff

#00deff #ff00de #deff00

Analogous Colors of #00deff

#00deff #005eff #00ffa1

Monochromatic Colors of #00deff

#00deff

Complementary Color

#00deff #ff2100

#00deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#00deff Color CSS Codes

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

#00deff Text Font Color

<p style="color:#00deff">Text here</p>

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


#00deff Background Color

<div style="background-color:#00deff">
Div content here</div>

This div background color is #00deff


#00deff Border Color

<div style="border:3px solid #00deff">
Div here</div>

This div border color is #00deff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,222,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00deff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00deff;
  -webkit-box-shadow: 1px 1px 3px 2px #00deff;
  box-shadow:         1px 1px 3px 2px #00deff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00deff

Related Colors


Comments

No comments written yet.

Please login to write comment.