Color Hex Logo

#368fdf Color Hex

#368FDF
(54,143,223)
0 Favorites   0 Comments

Color spaces of #368fdf

RGB 54143223
HSL0.580.730.54
HSV208°76°87°
CMYK 0.760.360.00   0.13
XYZ24.663125.756973.4837
Yxy25.75690.19910.2079
Hunter Lab50.7513-2.0708-50.3212
CIE-Lab57.80560.7861-48.1803

#368fdf color RGB value is (54,143,223).

#368fdf hex color red value is 54, green value is 143 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #368fdf hue: 0.58 , saturation: 0.73 and the lightness value of 368fdf is 0.54.

The process color (four color CMYK) of #368fdf color hex is 0.76, 0.36, 0.00, 0.13. Web safe color of #368fdf is #3399cc. Color #368fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 11011111
Octal 66 217 337
Decimal 54 143 223
Hex 36 8F DF

RGB Percentages of Color #368fdf

%12.86
%34.05
%53.10

CMYK Percentages of Color #368fdf

%76
%36
%0
%13

Triadic Colors of #368fdf

#368fdf #df368f #8fdf36

Analogous Colors of #368fdf

#368fdf #363bdf #36dfdb

Monochromatic Colors of #368fdf

#368fdf

Complementary Color

#368fdf #df8636

#368fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#368fdf Color CSS Codes

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

#368fdf Text Font Color

<p style="color:#368fdf">Text here</p>

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


#368fdf Background Color

<div style="background-color:#368fdf">
Div content here</div>

This div background color is #368fdf


#368fdf Border Color

<div style="border:3px solid #368fdf">
Div here</div>

This div border color is #368fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,143,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #368fdf;
  box-shadow:         1px 1px 3px 2px #368fdf; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368fdf


Comments

No comments written yet.

Please login to write comment.