Color Hex Logo

#07cbf9 Color Hex

#07CBF9
(7,203,249)
0 Favorites   0 Comments

Color spaces of #07cbf9

RGB 7203249
HSL0.530.950.50
HSV191°97°98°
CMYK 0.970.180.00   0.02
XYZ38.542449.596697.1642
Yxy49.59660.20800.2677
Hunter Lab70.4249-25.5533-32.5042
CIE-Lab75.8210-25.6934-34.2388

#07cbf9 color RGB value is (7,203,249).

#07cbf9 hex color red value is 7, green value is 203 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #07cbf9 hue: 0.53 , saturation: 0.95 and the lightness value of 07cbf9 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001011 11111001
Octal 7 313 371
Decimal 7 203 249
Hex 7 CB F9

RGB Percentages of Color #07cbf9

%1.53
%44.23
%54.25

CMYK Percentages of Color #07cbf9

%97
%18
%0
%2

Triadic Colors of #07cbf9

#07cbf9 #f907cb #cbf907

Analogous Colors of #07cbf9

#07cbf9 #0752f9 #07f9ae

Monochromatic Colors of #07cbf9

#07cbf9

Complementary Color

#07cbf9 #f93507

#07cbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cbf9 Color CSS Codes

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

#07cbf9 Text Font Color

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

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


#07cbf9 Background Color

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

This div background color is #07cbf9


#07cbf9 Border Color

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

This div border color is #07cbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cbf9

Related Colors


Comments

No comments written yet.

Please login to write comment.