Color Hex Logo

#07dafd Color Hex

#07DAFD
(7,218,253)
0 Favorites   0 Comments

Color spaces of #07dafd

RGB 7218253
HSL0.520.980.51
HSV189°97°99°
CMYK 0.970.140.00   0.01
XYZ42.888657.2798101.7242
Yxy57.27980.21240.2837
Hunter Lab75.6834-31.2929-26.7118
CIE-Lab80.3367-31.7393-29.4193

#07dafd color RGB value is (7,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011010 11111101
Octal 7 332 375
Decimal 7 218 253
Hex 7 DA FD

RGB Percentages of Color #07dafd

%1.46
%45.61
%52.93

CMYK Percentages of Color #07dafd

%97
%14
%0
%1

Triadic Colors of #07dafd

#07dafd #fd07da #dafd07

Analogous Colors of #07dafd

#07dafd #075ffd #07fda5

Monochromatic Colors of #07dafd

#07dafd

Complementary Color

#07dafd #fd2a07

#07dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dafd Color CSS Codes

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

#07dafd Text Font Color

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

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


#07dafd Background Color

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

This div background color is #07dafd


#07dafd Border Color

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

This div border color is #07dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dafd


Comments

No comments written yet.

Please login to write comment.