Color Hex Logo

#00eaef Color Hex

#00EAEF
(0,234,239)
0 Favorites   0 Comments

Color spaces of #00eaef

RGB 0234239
HSL0.501.000.47
HSV181°100°94°
CMYK 1.000.020.00   0.06
XYZ45.002865.077691.8507
Yxy65.07760.22290.3223
Hunter Lab80.6707-41.5960-11.0374
CIE-Lab84.5237-43.5859-15.6582

#00eaef color RGB value is (0,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101010 11101111
Octal 0 352 357
Decimal 0 234 239
Hex 0 EA EF

RGB Percentages of Color #00eaef

%0.00
%49.47
%50.53

CMYK Percentages of Color #00eaef

%100
%2
%0
%6

Triadic Colors of #00eaef

#00eaef #ef00ea #eaef00

Analogous Colors of #00eaef

#00eaef #0073ef #00ef7d

Monochromatic Colors of #00eaef

#00eaef

Complementary Color

#00eaef #ef0500

#00eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eaef Color CSS Codes

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

#00eaef Text Font Color

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

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


#00eaef Background Color

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

This div background color is #00eaef


#00eaef Border Color

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

This div border color is #00eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eaef


Comments

No comments written yet.

Please login to write comment.