Color Hex Logo

#00eaeb Color Hex

#00EAEB
(0,234,235)
0 Favorites   0 Comments

Color spaces of #00eaeb

RGB 0234235
HSL0.501.000.46
HSV180°100°92°
CMYK 1.000.000.00   0.08
XYZ44.418264.843888.7723
Yxy64.84380.22430.3274
Hunter Lab80.5256-42.4587-8.9940
CIE-Lab84.4032-44.7612-13.7308

#00eaeb color RGB value is (0,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101010 11101011
Octal 0 352 353
Decimal 0 234 235
Hex 0 EA EB

RGB Percentages of Color #00eaeb

%0.00
%49.89
%50.11

CMYK Percentages of Color #00eaeb

%100
%0
%0
%8

Triadic Colors of #00eaeb

#00eaeb #eb00ea #eaeb00

Analogous Colors of #00eaeb

#00eaeb #0075eb #00eb77

Monochromatic Colors of #00eaeb

#00eaeb

Complementary Color

#00eaeb #eb0100

#00eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eaeb Color CSS Codes

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

#00eaeb Text Font Color

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

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


#00eaeb Background Color

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

This div background color is #00eaeb


#00eaeb Border Color

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

This div border color is #00eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eaeb


Comments

No comments written yet.

Please login to write comment.