Color Hex Logo

#005ccf Color Hex

#005CCF
(0,92,207)
0 Favorites   0 Comments

Color spaces of #005ccf

RGB 092207
HSL0.591.000.41
HSV213°100°81°
CMYK 1.000.560.00   0.19
XYZ15.089612.159360.5832
Yxy12.15930.17180.1384
Hunter Lab34.870216.2206-78.6009
CIE-Lab41.468223.0306-65.4149

#005ccf color RGB value is (0,92,207).

#005ccf hex color red value is 0, green value is 92 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #005ccf hue: 0.59 , saturation: 1.00 and the lightness value of 005ccf is 0.41.

The process color (four color CMYK) of #005ccf color hex is 1.00, 0.56, 0.00, 0.19. Web safe color of #005ccf is #0066cc. Color #005ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011100 11001111
Octal 0 134 317
Decimal 0 92 207
Hex 0 5C CF

RGB Percentages of Color #005ccf

%0.00
%30.77
%69.23

CMYK Percentages of Color #005ccf

%100
%56
%0
%19

Triadic Colors of #005ccf

#005ccf #cf005c #5ccf00

Analogous Colors of #005ccf

#005ccf #0b00cf #00c4cf

Monochromatic Colors of #005ccf

#005ccf

Complementary Color

#005ccf #cf7300

#005ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#005ccf Color CSS Codes

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

#005ccf Text Font Color

<p style="color:#005ccf">Text here</p>

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


#005ccf Background Color

<div style="background-color:#005ccf">
Div content here</div>

This div background color is #005ccf


#005ccf Border Color

<div style="border:3px solid #005ccf">
Div here</div>

This div border color is #005ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,92,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #005ccf;
  box-shadow:         1px 1px 3px 2px #005ccf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,92,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005ccf


Comments

No comments written yet.

Please login to write comment.