Color Hex Logo

#438dfd Color Hex

#438DFD
(67,141,253)
0 Favorites   0 Comments

Color spaces of #438dfd

RGB 67141253
HSL0.600.980.63
HSV216°74°99°
CMYK 0.740.440.00   0.01
XYZ29.569227.334996.6462
Yxy27.33490.19260.1780
Hunter Lab52.28289.4581-73.0013
CIE-Lab59.283014.2992-62.4097

#438dfd color RGB value is (67,141,253).

#438dfd hex color red value is 67, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #438dfd hue: 0.60 , saturation: 0.98 and the lightness value of 438dfd is 0.63.

The process color (four color CMYK) of #438dfd color hex is 0.74, 0.44, 0.00, 0.01. Web safe color of #438dfd is #3399ff. Color #438dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001101 11111101
Octal 103 215 375
Decimal 67 141 253
Hex 43 8D FD

RGB Percentages of Color #438dfd

%14.53
%30.59
%54.88

CMYK Percentages of Color #438dfd

%74
%44
%0
%1

Triadic Colors of #438dfd

#438dfd #fd438d #8dfd43

Analogous Colors of #438dfd

#438dfd #5643fd #43eafd

Monochromatic Colors of #438dfd

#438dfd

Complementary Color

#438dfd #fdb343

#438dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#438dfd Color CSS Codes

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

#438dfd Text Font Color

<p style="color:#438dfd">Text here</p>

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


#438dfd Background Color

<div style="background-color:#438dfd">
Div content here</div>

This div background color is #438dfd


#438dfd Border Color

<div style="border:3px solid #438dfd">
Div here</div>

This div border color is #438dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,141,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #438dfd;
  box-shadow:         1px 1px 3px 2px #438dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,141,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.