Color Hex Logo

#029cef Color Hex

#029CEF
(2,156,239)
0 Favorites   0 Comments

Color spaces of #029cef

RGB 2156239
HSL0.560.980.47
HSV201°99°94°
CMYK 0.990.350.00   0.06
XYZ27.493530.021886.0071
Yxy30.02180.19160.2092
Hunter Lab54.7922-6.3189-54.7129
CIE-Lab61.6730-4.1232-50.9602

#029cef color RGB value is (2,156,239).

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

The process color (four color CMYK) of #029cef color hex is 0.99, 0.35, 0.00, 0.06. Web safe color of #029cef is #0099ff. Color #029cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011100 11101111
Octal 2 234 357
Decimal 2 156 239
Hex 2 9C EF

RGB Percentages of Color #029cef

%0.50
%39.29
%60.20

CMYK Percentages of Color #029cef

%99
%35
%0
%6

Triadic Colors of #029cef

#029cef #ef029c #9cef02

Analogous Colors of #029cef

#029cef #0225ef #02efcc

Monochromatic Colors of #029cef

#029cef

Complementary Color

#029cef #ef5502

#029cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#029cef Color CSS Codes

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

#029cef Text Font Color

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

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


#029cef Background Color

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

This div background color is #029cef


#029cef Border Color

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

This div border color is #029cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029cef


Comments

No comments written yet.

Please login to write comment.