Color Hex Logo

#00cdfd Color Hex

#00CDFD
(0,205,253)
0 Favorites   0 Comments

Color spaces of #00cdfd

RGB 0205253
HSL0.531.000.50
HSV191°100°99°
CMYK 1.000.190.00   0.01
XYZ39.560950.7545100.6400
Yxy50.75450.20720.2658
Hunter Lab71.2422-25.5525-33.8862
CIE-Lab76.5301-25.5182-35.2854

#00cdfd color RGB value is (0,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001101 11111101
Octal 0 315 375
Decimal 0 205 253
Hex 0 CD FD

RGB Percentages of Color #00cdfd

%0.00
%44.76
%55.24

CMYK Percentages of Color #00cdfd

%100
%19
%0
%1

Triadic Colors of #00cdfd

#00cdfd #fd00cd #cdfd00

Analogous Colors of #00cdfd

#00cdfd #004efd #00fdaf

Monochromatic Colors of #00cdfd

#00cdfd

Complementary Color

#00cdfd #fd3000

#00cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cdfd Color CSS Codes

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

#00cdfd Text Font Color

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

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


#00cdfd Background Color

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

This div background color is #00cdfd


#00cdfd Border Color

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

This div border color is #00cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cdfd


Comments

No comments written yet.

Please login to write comment.