Color Hex Logo

#28caeb Color Hex

#28CAEB
(40,202,235)
0 Favorites   0 Comments

Color spaces of #28caeb

RGB 40202235
HSL0.530.830.54
HSV190°83°92°
CMYK 0.830.140.00   0.08
XYZ36.991048.690386.0458
Yxy48.69030.21540.2835
Hunter Lab69.7784-27.4857-24.2673
CIE-Lab75.2583-28.3016-27.5651

#28caeb color RGB value is (40,202,235).

#28caeb hex color red value is 40, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #28caeb hue: 0.53 , saturation: 0.83 and the lightness value of 28caeb is 0.54.

The process color (four color CMYK) of #28caeb color hex is 0.83, 0.14, 0.00, 0.08. Web safe color of #28caeb is #33ccff. Color #28caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001010 11101011
Octal 50 312 353
Decimal 40 202 235
Hex 28 CA EB

RGB Percentages of Color #28caeb

%8.39
%42.35
%49.27

CMYK Percentages of Color #28caeb

%83
%14
%0
%8

Triadic Colors of #28caeb

#28caeb #eb28ca #caeb28

Analogous Colors of #28caeb

#28caeb #2869eb #28ebab

Monochromatic Colors of #28caeb

#28caeb

Complementary Color

#28caeb #eb4928

#28caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28caeb Color CSS Codes

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

#28caeb Text Font Color

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

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


#28caeb Background Color

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

This div background color is #28caeb


#28caeb Border Color

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

This div border color is #28caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28caeb


Comments

No comments written yet.

Please login to write comment.