Color Hex Logo

#28bcdf Color Hex

#28BCDF
(40,188,223)
0 Favorites   0 Comments

Color spaces of #28bcdf

RGB 40188223
HSL0.530.740.52
HSV191°82°87°
CMYK 0.820.160.00   0.13
XYZ32.177641.745376.1737
Yxy41.74530.21440.2781
Hunter Lab64.6106-24.1714-24.6735
CIE-Lab70.6950-25.2074-28.0722

#28bcdf color RGB value is (40,188,223).

#28bcdf hex color red value is 40, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #28bcdf hue: 0.53 , saturation: 0.74 and the lightness value of 28bcdf is 0.52.

The process color (four color CMYK) of #28bcdf color hex is 0.82, 0.16, 0.00, 0.13. Web safe color of #28bcdf is #33cccc. Color #28bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111100 11011111
Octal 50 274 337
Decimal 40 188 223
Hex 28 BC DF

RGB Percentages of Color #28bcdf

%8.87
%41.69
%49.45

CMYK Percentages of Color #28bcdf

%82
%16
%0
%13

Triadic Colors of #28bcdf

#28bcdf #df28bc #bcdf28

Analogous Colors of #28bcdf

#28bcdf #2861df #28dfa7

Monochromatic Colors of #28bcdf

#28bcdf

Complementary Color

#28bcdf #df4b28

#28bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bcdf Color CSS Codes

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

#28bcdf Text Font Color

<p style="color:#28bcdf">Text here</p>

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


#28bcdf Background Color

<div style="background-color:#28bcdf">
Div content here</div>

This div background color is #28bcdf


#28bcdf Border Color

<div style="border:3px solid #28bcdf">
Div here</div>

This div border color is #28bcdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,188,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28bcdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28bcdf;
  -webkit-box-shadow: 1px 1px 3px 2px #28bcdf;
  box-shadow:         1px 1px 3px 2px #28bcdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,188,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 #28bcdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bcdf


Comments

No comments written yet.

Please login to write comment.