Color Hex Logo

#029ccf Color Hex

#029CCF
(2,156,207)
0 Favorites   0 Comments

Color spaces of #029ccf

RGB 2156207
HSL0.540.980.41
HSV195°99°81°
CMYK 0.990.250.00   0.19
XYZ23.176028.294863.2714
Yxy28.29480.20200.2466
Hunter Lab53.1929-15.3155-33.2888
CIE-Lab60.1541-15.8801-35.5957

#029ccf color RGB value is (2,156,207).

#029ccf hex color red value is 2, green value is 156 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #029ccf hue: 0.54 , saturation: 0.98 and the lightness value of 029ccf is 0.41.

The process color (four color CMYK) of #029ccf color hex is 0.99, 0.25, 0.00, 0.19. Web safe color of #029ccf is #0099cc. Color #029ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011100 11001111
Octal 2 234 317
Decimal 2 156 207
Hex 2 9C CF

RGB Percentages of Color #029ccf

%0.55
%42.74
%56.71

CMYK Percentages of Color #029ccf

%99
%25
%0
%19

Triadic Colors of #029ccf

#029ccf #cf029c #9ccf02

Analogous Colors of #029ccf

#029ccf #0236cf #02cf9c

Monochromatic Colors of #029ccf

#029ccf

Complementary Color

#029ccf #cf3502

#029ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ccf Color CSS Codes

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

#029ccf Text Font Color

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

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


#029ccf Background Color

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

This div background color is #029ccf


#029ccf Border Color

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

This div border color is #029ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ccf


Comments

No comments written yet.

Please login to write comment.