Color Hex Logo

#368ddc Color Hex

#368DDC
(54,141,220)
0 Favorites   0 Comments

Color spaces of #368ddc

RGB 54141220
HSL0.580.700.54
HSV209°75°86°
CMYK 0.750.360.00   0.14
XYZ23.964525.001371.2728
Yxy25.00130.19930.2079
Hunter Lab50.0013-1.9512-49.5122
CIE-Lab57.07670.8879-47.6596

#368ddc color RGB value is (54,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001101 11011100
Octal 66 215 334
Decimal 54 141 220
Hex 36 8D DC

RGB Percentages of Color #368ddc

%13.01
%33.98
%53.01

CMYK Percentages of Color #368ddc

%75
%36
%0
%14

Triadic Colors of #368ddc

#368ddc #dc368d #8ddc36

Analogous Colors of #368ddc

#368ddc #363adc #36dcd8

Monochromatic Colors of #368ddc

#368ddc

Complementary Color

#368ddc #dc8536

#368ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#368ddc Color CSS Codes

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

#368ddc Text Font Color

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

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


#368ddc Background Color

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

This div background color is #368ddc


#368ddc Border Color

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

This div border color is #368ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368ddc


Comments

No comments written yet.

Please login to write comment.