Color Hex Logo

#0adffd Color Hex

#0ADFFD
(10,223,253)
0 Favorites   0 Comments

Color spaces of #0adffd

RGB 10223253
HSL0.520.980.52
HSV187°96°99°
CMYK 0.960.120.00   0.01
XYZ44.242559.9317102.1647
Yxy59.93170.21440.2905
Hunter Lab77.4156-33.4656-24.0536
CIE-Lab81.8011-34.0574-27.1764

#0adffd color RGB value is (10,223,253).

#0adffd hex color red value is 10, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0adffd hue: 0.52 , saturation: 0.98 and the lightness value of 0adffd is 0.52.

The process color (four color CMYK) of #0adffd color hex is 0.96, 0.12, 0.00, 0.01. Web safe color of #0adffd is #00ccff. Color #0adffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011111 11111101
Octal 12 337 375
Decimal 10 223 253
Hex A DF FD

RGB Percentages of Color #0adffd

%2.06
%45.88
%52.06

CMYK Percentages of Color #0adffd

%96
%12
%0
%1

Triadic Colors of #0adffd

#0adffd #fd0adf #dffd0a

Analogous Colors of #0adffd

#0adffd #0a66fd #0afda2

Monochromatic Colors of #0adffd

#0adffd

Complementary Color

#0adffd #fd280a

#0adffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adffd Color CSS Codes

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

#0adffd Text Font Color

<p style="color:#0adffd">Text here</p>

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


#0adffd Background Color

<div style="background-color:#0adffd">
Div content here</div>

This div background color is #0adffd


#0adffd Border Color

<div style="border:3px solid #0adffd">
Div here</div>

This div border color is #0adffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adffd


Comments

No comments written yet.

Please login to write comment.