Color Hex Logo

#338bdf Color Hex

#338BDF
(51,139,223)
0 Favorites   0 Comments

Color spaces of #338bdf

RGB 51139223
HSL0.580.730.54
HSV209°77°87°
CMYK 0.770.380.00   0.13
XYZ23.917124.496873.2798
Yxy24.49680.19650.2013
Hunter Lab49.4942-0.3584-53.1372
CIE-Lab56.58182.8126-50.1278

#338bdf color RGB value is (51,139,223).

#338bdf hex color red value is 51, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #338bdf hue: 0.58 , saturation: 0.73 and the lightness value of 338bdf is 0.54.

The process color (four color CMYK) of #338bdf color hex is 0.77, 0.38, 0.00, 0.13. Web safe color of #338bdf is #3399cc. Color #338bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001011 11011111
Octal 63 213 337
Decimal 51 139 223
Hex 33 8B DF

RGB Percentages of Color #338bdf

%12.35
%33.66
%54.00

CMYK Percentages of Color #338bdf

%77
%38
%0
%13

Triadic Colors of #338bdf

#338bdf #df338b #8bdf33

Analogous Colors of #338bdf

#338bdf #3335df #33dfdd

Monochromatic Colors of #338bdf

#338bdf

Complementary Color

#338bdf #df8733

#338bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#338bdf Color CSS Codes

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

#338bdf Text Font Color

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

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


#338bdf Background Color

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

This div background color is #338bdf


#338bdf Border Color

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

This div border color is #338bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338bdf


Comments

No comments written yet.

Please login to write comment.