Color Hex Logo

#028ddf Color Hex

#028DDF
(2,141,223)
0 Favorites   0 Comments

Color spaces of #028ddf

RGB 2141223
HSL0.560.980.44
HSV202°99°87°
CMYK 0.990.370.00   0.13
XYZ22.869224.390473.3145
Yxy24.39040.18970.2023
Hunter Lab49.3866-3.7696-53.4454
CIE-Lab56.4766-1.4130-50.3369

#028ddf color RGB value is (2,141,223).

#028ddf hex color red value is 2, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #028ddf hue: 0.56 , saturation: 0.98 and the lightness value of 028ddf is 0.44.

The process color (four color CMYK) of #028ddf color hex is 0.99, 0.37, 0.00, 0.13. Web safe color of #028ddf is #0099cc. Color #028ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001101 11011111
Octal 2 215 337
Decimal 2 141 223
Hex 2 8D DF

RGB Percentages of Color #028ddf

%0.55
%38.52
%60.93

CMYK Percentages of Color #028ddf

%99
%37
%0
%13

Triadic Colors of #028ddf

#028ddf #df028d #8ddf02

Analogous Colors of #028ddf

#028ddf #021edf #02dfc3

Monochromatic Colors of #028ddf

#028ddf

Complementary Color

#028ddf #df5402

#028ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#028ddf Color CSS Codes

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

#028ddf Text Font Color

<p style="color:#028ddf">Text here</p>

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


#028ddf Background Color

<div style="background-color:#028ddf">
Div content here</div>

This div background color is #028ddf


#028ddf Border Color

<div style="border:3px solid #028ddf">
Div here</div>

This div border color is #028ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,141,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #028ddf;
  box-shadow:         1px 1px 3px 2px #028ddf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028ddf


Comments

No comments written yet.

Please login to write comment.