Color Hex Logo

#248feb Color Hex

#248FEB
(36,143,235)
0 Favorites   0 Comments

Color spaces of #248feb

RGB 36143235
HSL0.580.830.53
HSV208°85°92°
CMYK 0.850.390.00   0.08
XYZ25.545426.018182.2729
Yxy26.01810.19090.1944
Hunter Lab51.00790.1311-59.9258
CIE-Lab58.05423.4729-54.4842

#248feb color RGB value is (36,143,235).

#248feb hex color red value is 36, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #248feb hue: 0.58 , saturation: 0.83 and the lightness value of 248feb is 0.53.

The process color (four color CMYK) of #248feb color hex is 0.85, 0.39, 0.00, 0.08. Web safe color of #248feb is #3399ff. Color #248feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001111 11101011
Octal 44 217 353
Decimal 36 143 235
Hex 24 8F EB

RGB Percentages of Color #248feb

%8.70
%34.54
%56.76

CMYK Percentages of Color #248feb

%85
%39
%0
%8

Triadic Colors of #248feb

#248feb #eb248f #8feb24

Analogous Colors of #248feb

#248feb #242beb #24ebe4

Monochromatic Colors of #248feb

#248feb

Complementary Color

#248feb #eb8024

#248feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#248feb Color CSS Codes

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

#248feb Text Font Color

<p style="color:#248feb">Text here</p>

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


#248feb Background Color

<div style="background-color:#248feb">
Div content here</div>

This div background color is #248feb


#248feb Border Color

<div style="border:3px solid #248feb">
Div here</div>

This div border color is #248feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,143,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248feb;
  -webkit-box-shadow: 1px 1px 3px 2px #248feb;
  box-shadow:         1px 1px 3px 2px #248feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,143,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 #248feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248feb


Comments

No comments written yet.

Please login to write comment.