Color Hex Logo

#368eda Color Hex

#368EDA
(54,142,218)
0 Favorites   0 Comments

Color spaces of #368eda

RGB 54142218
HSL0.580.690.53
HSV208°75°85°
CMYK 0.750.350.00   0.15
XYZ23.849225.192269.9353
Yxy25.19220.20050.2117
Hunter Lab50.1918-3.0195-47.4780
CIE-Lab57.2622-0.4192-46.2466

#368eda color RGB value is (54,142,218).

#368eda hex color red value is 54, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #368eda hue: 0.58 , saturation: 0.69 and the lightness value of 368eda is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11011010
Octal 66 216 332
Decimal 54 142 218
Hex 36 8E DA

RGB Percentages of Color #368eda

%13.04
%34.30
%52.66

CMYK Percentages of Color #368eda

%75
%35
%0
%15

Triadic Colors of #368eda

#368eda #da368e #8eda36

Analogous Colors of #368eda

#368eda #363cda #36dad4

Monochromatic Colors of #368eda

#368eda

Complementary Color

#368eda #da8236

#368eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#368eda Color CSS Codes

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

#368eda Text Font Color

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

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


#368eda Background Color

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

This div background color is #368eda


#368eda Border Color

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

This div border color is #368eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,142,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368eda


Comments

No comments written yet.

Please login to write comment.