Color Hex Logo

#07cdef Color Hex

#07CDEF
(7,205,239)
0 Favorites   0 Comments

Color spaces of #07cdef

RGB 7205239
HSL0.520.940.48
HSV189°97°94°
CMYK 0.970.140.00   0.06
XYZ37.498949.939889.3243
Yxy49.93980.21210.2825
Hunter Lab70.6681-28.9510-25.4747
CIE-Lab76.0323-29.9748-28.5498

#07cdef color RGB value is (7,205,239).

#07cdef hex color red value is 7, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #07cdef hue: 0.52 , saturation: 0.94 and the lightness value of 07cdef is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001101 11101111
Octal 7 315 357
Decimal 7 205 239
Hex 7 CD EF

RGB Percentages of Color #07cdef

%1.55
%45.45
%52.99

CMYK Percentages of Color #07cdef

%97
%14
%0
%6

Triadic Colors of #07cdef

#07cdef #ef07cd #cdef07

Analogous Colors of #07cdef

#07cdef #0759ef #07ef9d

Monochromatic Colors of #07cdef

#07cdef

Complementary Color

#07cdef #ef2907

#07cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cdef Color CSS Codes

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

#07cdef Text Font Color

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

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


#07cdef Background Color

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

This div background color is #07cdef


#07cdef Border Color

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

This div border color is #07cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cdef


Comments

No comments written yet.

Please login to write comment.