Color Hex Logo

#00dbfd Color Hex

#00DBFD
(0,219,253)
0 Favorites   0 Comments

Color spaces of #00dbfd

RGB 0219253
HSL0.521.000.50
HSV188°100°99°
CMYK 1.000.130.00   0.01
XYZ43.061157.7549101.8068
Yxy57.75490.21250.2850
Hunter Lab75.9966-31.8527-26.2286
CIE-Lab80.6023-32.3708-29.0143

#00dbfd color RGB value is (0,219,253).

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

The process color (four color CMYK) of #00dbfd color hex is 1.00, 0.13, 0.00, 0.01. Web safe color of #00dbfd is #00ccff. Color #00dbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011011 11111101
Octal 0 333 375
Decimal 0 219 253
Hex 0 DB FD

RGB Percentages of Color #00dbfd

%0.00
%46.40
%53.60

CMYK Percentages of Color #00dbfd

%100
%13
%0
%1

Triadic Colors of #00dbfd

#00dbfd #fd00db #dbfd00

Analogous Colors of #00dbfd

#00dbfd #005dfd #00fda1

Monochromatic Colors of #00dbfd

#00dbfd

Complementary Color

#00dbfd #fd2200

#00dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dbfd Color CSS Codes

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

#00dbfd Text Font Color

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

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


#00dbfd Background Color

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

This div background color is #00dbfd


#00dbfd Border Color

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

This div border color is #00dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dbfd


Comments

No comments written yet.

Please login to write comment.