Color Hex Logo

#338cef Color Hex

#338CEF
(51,140,239)
0 Favorites   0 Comments

Color spaces of #338cef

RGB 51140239
HSL0.590.850.57
HSV212°79°94°
CMYK 0.790.410.00   0.06
XYZ26.323325.692085.2330
Yxy25.69200.19180.1872
Hunter Lab50.68733.9972-64.2178
CIE-Lab57.74358.0547-57.1788

#338cef color RGB value is (51,140,239).

#338cef hex color red value is 51, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #338cef hue: 0.59 , saturation: 0.85 and the lightness value of 338cef is 0.57.

The process color (four color CMYK) of #338cef color hex is 0.79, 0.41, 0.00, 0.06. Web safe color of #338cef is #3399ff. Color #338cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001100 11101111
Octal 63 214 357
Decimal 51 140 239
Hex 33 8C EF

RGB Percentages of Color #338cef

%11.86
%32.56
%55.58

CMYK Percentages of Color #338cef

%79
%41
%0
%6

Triadic Colors of #338cef

#338cef #ef338c #8cef33

Analogous Colors of #338cef

#338cef #3833ef #33eaef

Monochromatic Colors of #338cef

#338cef

Complementary Color

#338cef #ef9633

#338cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#338cef Color CSS Codes

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

#338cef Text Font Color

<p style="color:#338cef">Text here</p>

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


#338cef Background Color

<div style="background-color:#338cef">
Div content here</div>

This div background color is #338cef


#338cef Border Color

<div style="border:3px solid #338cef">
Div here</div>

This div border color is #338cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,140,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #338cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #338cef;
  -webkit-box-shadow: 1px 1px 3px 2px #338cef;
  box-shadow:         1px 1px 3px 2px #338cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,140,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338cef


Comments

No comments written yet.

Please login to write comment.