Color Hex Logo

#07ddfd Color Hex

#07DDFD
(7,221,253)
0 Favorites   0 Comments

Color spaces of #07ddfd

RGB 7221253
HSL0.520.980.51
HSV188°97°99°
CMYK 0.970.130.00   0.01
XYZ43.673758.8499101.9858
Yxy58.84990.21360.2878
Hunter Lab76.7137-32.6275-25.1226
CIE-Lab81.2090-33.1733-28.0828

#07ddfd color RGB value is (7,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011101 11111101
Octal 7 335 375
Decimal 7 221 253
Hex 7 DD FD

RGB Percentages of Color #07ddfd

%1.46
%45.95
%52.60

CMYK Percentages of Color #07ddfd

%97
%13
%0
%1

Triadic Colors of #07ddfd

#07ddfd #fd07dd #ddfd07

Analogous Colors of #07ddfd

#07ddfd #0762fd #07fda2

Monochromatic Colors of #07ddfd

#07ddfd

Complementary Color

#07ddfd #fd2707

#07ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ddfd Color CSS Codes

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

#07ddfd Text Font Color

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

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


#07ddfd Background Color

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

This div background color is #07ddfd


#07ddfd Border Color

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

This div border color is #07ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ddfd


Comments

No comments written yet.

Please login to write comment.