Color Hex Logo

#00eeff Color Hex

#00EEFF
(0,238,255)
3 Favorites   1 Comments

Color spaces of #00eeff

RGB 0238255
HSL0.511.000.50
HSV184°100°100°
CMYK 1.000.070.00   0.00
XYZ48.624568.3691105.2415
Yxy68.36910.21880.3076
Hunter Lab82.6856-39.7302-17.5839
CIE-Lab86.1907-40.5855-21.5542

#00eeff color RGB value is (0,238,255). This hex color code is also a web safe color which is equal to #0EF.

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

The process color (four color CMYK) of #00eeff color hex is 1.00, 0.07, 0.00, 0.00. Web safe color of #00eeff is #00ffff. Color #00eeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101110 11111111
Octal 0 356 377
Decimal 0 238 255
Hex 0 EE FF

RGB Percentages of Color #00eeff

%0.00
%48.28
%51.72

CMYK Percentages of Color #00eeff

%100
%7
%0
%0

Triadic Colors of #00eeff

#00eeff #ff00ee #eeff00

Analogous Colors of #00eeff

#00eeff #006fff #00ff91

Monochromatic Colors of #00eeff

#00eeff

Complementary Color

#00eeff #ff1100

#00eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eeff Color CSS Codes

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

#00eeff Text Font Color

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

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


#00eeff Background Color

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

This div background color is #00eeff


#00eeff Border Color

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

This div border color is #00eeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,238,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 #00eeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eeff


Comments

6 Feb 2021, 3:02 Ihatethespacebar

this colour is called Blue curacao! Its my second favourite colour!

Please login to write comment.