Color Hex Logo

#00aefd Color Hex

#00AEFD
(0,174,253)
0 Favorites   0 Comments

Color spaces of #00aefd

RGB 0174253
HSL0.551.000.50
HSV199°100°99°
CMYK 1.000.310.00   0.01
XYZ32.865737.364098.4083
Yxy37.36400.19490.2216
Hunter Lab61.1261-10.9965-52.6641
CIE-Lab67.5492-9.1817-49.3188

#00aefd color RGB value is (0,174,253).

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

The process color (four color CMYK) of #00aefd color hex is 1.00, 0.31, 0.00, 0.01. Web safe color of #00aefd is #0099ff. Color #00aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101110 11111101
Octal 0 256 375
Decimal 0 174 253
Hex 0 AE FD

RGB Percentages of Color #00aefd

%0.00
%40.75
%59.25

CMYK Percentages of Color #00aefd

%100
%31
%0
%1

Triadic Colors of #00aefd

#00aefd #fd00ae #aefd00

Analogous Colors of #00aefd

#00aefd #0030fd #00fdce

Monochromatic Colors of #00aefd

#00aefd

Complementary Color

#00aefd #fd4f00

#00aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00aefd Color CSS Codes

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

#00aefd Text Font Color

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

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


#00aefd Background Color

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

This div background color is #00aefd


#00aefd Border Color

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

This div border color is #00aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.