color codes Logo

#00dafd color codes

#00DAFD
(0,218,253)
0 Favorites   0 Comments

Color spaces of #00dafd

RGB 0218253
HSL0.521.000.50
HSV188°100°99°
CMYK 1.000.140.00   0.01
XYZ42.801057.2347101.7200
Yxy57.23470.21210.2837
Hunter Lab75.6536-31.4075-26.7608
CIE-Lab80.3114-31.8916-29.4602

#00dafd color RGB value is (0,218,253).

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

The process color (four color CMYK) of #00dafd color code is 1.00, 0.14, 0.00, 0.01. Web safe color of #00dafd is #00ccff. Color #00dafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011010 11111101
Octal 0 332 375
Decimal 0 218 253
Hex 0 DA FD

RGB Percentages of Color #00dafd

%0.00
%46.28
%53.72

CMYK Percentages of Color #00dafd

%100
%14
%0
%1

Triadic Colors of #00dafd

#00dafd #fd00da #dafd00

Analogous Colors of #00dafd

#00dafd #005bfd #00fda2

Monochromatic Colors of #00dafd

#00dafd

Complementary Color

#00dafd #fd2300

#00dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dafd Color CSS Codes

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

#00dafd Text Font Color

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

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


#00dafd Background Color

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

This div background color is #00dafd


#00dafd Border Color

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

This div border color is #00dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.