Color Hex Logo

#438efd Color Hex

#438EFD
(67,142,253)
1 Favorites   0 Comments

Color spaces of #438efd

RGB 67142253
HSL0.600.980.63
HSV216°74°99°
CMYK 0.740.440.00   0.01
XYZ29.717427.631196.6956
Yxy27.63110.19290.1794
Hunter Lab52.56538.9244-72.2702
CIE-Lab59.554013.6964-61.9753

#438efd color RGB value is (67,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001110 11111101
Octal 103 216 375
Decimal 67 142 253
Hex 43 8E FD

RGB Percentages of Color #438efd

%14.50
%30.74
%54.76

CMYK Percentages of Color #438efd

%74
%44
%0
%1

Triadic Colors of #438efd

#438efd #fd438e #8efd43

Analogous Colors of #438efd

#438efd #5543fd #43ebfd

Monochromatic Colors of #438efd

#438efd

Complementary Color

#438efd #fdb243

#438efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#438efd Color CSS Codes

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

#438efd Text Font Color

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

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


#438efd Background Color

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

This div background color is #438efd


#438efd Border Color

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

This div border color is #438efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,142,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 #438efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438efd

Related Colors


Comments

No comments written yet.

Please login to write comment.