Color Hex Logo

#00daeb Color Hex

#00DAEB
(0,218,235)
0 Favorites   0 Comments

Color spaces of #00daeb

RGB 0218235
HSL0.511.000.46
HSV184°100°92°
CMYK 1.000.070.00   0.08
XYZ40.066856.141087.3218
Yxy56.14100.21830.3059
Hunter Lab74.9273-35.6713-16.6487
CIE-Lab79.6940-37.5713-20.8268

#00daeb color RGB value is (0,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011010 11101011
Octal 0 332 353
Decimal 0 218 235
Hex 0 DA EB

RGB Percentages of Color #00daeb

%0.00
%48.12
%51.88

CMYK Percentages of Color #00daeb

%100
%7
%0
%8

Triadic Colors of #00daeb

#00daeb #eb00da #daeb00

Analogous Colors of #00daeb

#00daeb #0065eb #00eb87

Monochromatic Colors of #00daeb

#00daeb

Complementary Color

#00daeb #eb1100

#00daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00daeb Color CSS Codes

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

#00daeb Text Font Color

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

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


#00daeb Background Color

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

This div background color is #00daeb


#00daeb Border Color

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

This div border color is #00daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00daeb


Comments

No comments written yet.

Please login to write comment.