Color Hex Logo

#009afd Color Hex

#009AFD
(0,154,253)
0 Favorites   0 Comments

Color spaces of #009afd

RGB 0154253
HSL0.571.000.50
HSV203°100°99°
CMYK 1.000.390.00   0.01
XYZ29.285230.203197.2148
Yxy30.20310.18690.1927
Hunter Lab54.9573-1.0578-66.4087
CIE-Lab61.82912.2368-58.3962

#009afd color RGB value is (0,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011010 11111101
Octal 0 232 375
Decimal 0 154 253
Hex 0 9A FD

RGB Percentages of Color #009afd

%0.00
%37.84
%62.16

CMYK Percentages of Color #009afd

%100
%39
%0
%1

Triadic Colors of #009afd

#009afd #fd009a #9afd00

Analogous Colors of #009afd

#009afd #001cfd #00fde2

Monochromatic Colors of #009afd

#009afd

Complementary Color

#009afd #fd6300

#009afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#009afd Color CSS Codes

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

#009afd Text Font Color

<p style="color:#009afd">Text here</p>

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


#009afd Background Color

<div style="background-color:#009afd">
Div content here</div>

This div background color is #009afd


#009afd Border Color

<div style="border:3px solid #009afd">
Div here</div>

This div border color is #009afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009afd

Related Colors


Comments

No comments written yet.

Please login to write comment.