Color Hex Logo

#28bedc Color Hex

#28BEDC
(40,190,220)
0 Favorites   0 Comments

Color spaces of #28bedc

RGB 40190220
HSL0.530.720.51
HSV190°82°86°
CMYK 0.820.140.00   0.14
XYZ32.206842.445374.2054
Yxy42.44530.21640.2851
Hunter Lab65.1501-25.7715-21.9258
CIE-Lab71.1769-27.1791-25.6988

#28bedc color RGB value is (40,190,220).

#28bedc hex color red value is 40, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #28bedc hue: 0.53 , saturation: 0.72 and the lightness value of 28bedc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111110 11011100
Octal 50 276 334
Decimal 40 190 220
Hex 28 BE DC

RGB Percentages of Color #28bedc

%8.89
%42.22
%48.89

CMYK Percentages of Color #28bedc

%82
%14
%0
%14

Triadic Colors of #28bedc

#28bedc #dc28be #bedc28

Analogous Colors of #28bedc

#28bedc #2864dc #28dca0

Monochromatic Colors of #28bedc

#28bedc

Complementary Color

#28bedc #dc4628

#28bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bedc Color CSS Codes

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

#28bedc Text Font Color

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

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


#28bedc Background Color

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

This div background color is #28bedc


#28bedc Border Color

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

This div border color is #28bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bedc


Comments

No comments written yet.

Please login to write comment.