Color Hex Logo

#268edc Color Hex

#268EDC
(38,142,220)
0 Favorites   0 Comments

Color spaces of #268edc

RGB 38142220
HSL0.570.720.51
HSV206°83°86°
CMYK 0.830.350.00   0.14
XYZ23.390624.925471.2884
Yxy24.92540.19560.2084
Hunter Lab49.9253-3.7400-49.7125
CIE-Lab57.0027-1.3350-47.7999

#268edc color RGB value is (38,142,220).

#268edc hex color red value is 38, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #268edc hue: 0.57 , saturation: 0.72 and the lightness value of 268edc is 0.51.

The process color (four color CMYK) of #268edc color hex is 0.83, 0.35, 0.00, 0.14. Web safe color of #268edc is #3399cc. Color #268edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001110 11011100
Octal 46 216 334
Decimal 38 142 220
Hex 26 8E DC

RGB Percentages of Color #268edc

%9.50
%35.50
%55.00

CMYK Percentages of Color #268edc

%83
%35
%0
%14

Triadic Colors of #268edc

#268edc #dc268e #8edc26

Analogous Colors of #268edc

#268edc #2633dc #26dccf

Monochromatic Colors of #268edc

#268edc

Complementary Color

#268edc #dc7426

#268edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#268edc Color CSS Codes

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

#268edc Text Font Color

<p style="color:#268edc">Text here</p>

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


#268edc Background Color

<div style="background-color:#268edc">
Div content here</div>

This div background color is #268edc


#268edc Border Color

<div style="border:3px solid #268edc">
Div here</div>

This div border color is #268edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,142,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #268edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #268edc;
  -webkit-box-shadow: 1px 1px 3px 2px #268edc;
  box-shadow:         1px 1px 3px 2px #268edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268edc


Comments

No comments written yet.

Please login to write comment.