Color Hex Logo

#268ddd Color Hex

#268DDD
(38,141,221)
0 Favorites   0 Comments

Color spaces of #268ddd

RGB 38141221
HSL0.570.730.51
HSV206°83°87°
CMYK 0.830.360.00   0.13
XYZ23.375424.682371.9388
Yxy24.68230.19480.2057
Hunter Lab49.6813-2.9567-51.0754
CIE-Lab56.7646-0.3765-48.7370

#268ddd color RGB value is (38,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001101 11011101
Octal 46 215 335
Decimal 38 141 221
Hex 26 8D DD

RGB Percentages of Color #268ddd

%9.50
%35.25
%55.25

CMYK Percentages of Color #268ddd

%83
%36
%0
%13

Triadic Colors of #268ddd

#268ddd #dd268d #8ddd26

Analogous Colors of #268ddd

#268ddd #2631dd #26ddd2

Monochromatic Colors of #268ddd

#268ddd

Complementary Color

#268ddd #dd7626

#268ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#268ddd Color CSS Codes

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

#268ddd Text Font Color

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

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


#268ddd Background Color

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

This div background color is #268ddd


#268ddd Border Color

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

This div border color is #268ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268ddd


Comments

No comments written yet.

Please login to write comment.