Color Hex Logo

#07ccfb Color Hex

#07CCFB
(7,204,251)
0 Favorites   0 Comments

Color spaces of #07ccfb

RGB 7204251
HSL0.530.970.51
HSV192°97°98°
CMYK 0.970.190.00   0.02
XYZ39.093150.195998.8952
Yxy50.19590.20770.2667
Hunter Lab70.8491-25.4931-33.1660
CIE-Lab76.1893-25.5269-34.7404

#07ccfb color RGB value is (7,204,251).

#07ccfb hex color red value is 7, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #07ccfb hue: 0.53 , saturation: 0.97 and the lightness value of 07ccfb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001100 11111011
Octal 7 314 373
Decimal 7 204 251
Hex 7 CC FB

RGB Percentages of Color #07ccfb

%1.52
%44.16
%54.33

CMYK Percentages of Color #07ccfb

%97
%19
%0
%2

Triadic Colors of #07ccfb

#07ccfb #fb07cc #ccfb07

Analogous Colors of #07ccfb

#07ccfb #0752fb #07fbb0

Monochromatic Colors of #07ccfb

#07ccfb

Complementary Color

#07ccfb #fb3607

#07ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ccfb Color CSS Codes

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

#07ccfb Text Font Color

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

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


#07ccfb Background Color

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

This div background color is #07ccfb


#07ccfb Border Color

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

This div border color is #07ccfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,204,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #07ccfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ccfb


Comments

No comments written yet.

Please login to write comment.