Color Hex Logo

#267edd Color Hex

#267EDD
(38,126,221)
0 Favorites   0 Comments

Color spaces of #267edd

RGB 38126221
HSL0.590.730.51
HSV211°83°87°
CMYK 0.830.430.00   0.13
XYZ21.311320.554271.2507
Yxy20.55420.18840.1817
Hunter Lab45.33674.5676-61.4438
CIE-Lab52.45818.6796-55.6048

#267edd color RGB value is (38,126,221).

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

The process color (four color CMYK) of #267edd color hex is 0.83, 0.43, 0.00, 0.13. Web safe color of #267edd is #3366cc. Color #267edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111110 11011101
Octal 46 176 335
Decimal 38 126 221
Hex 26 7E DD

RGB Percentages of Color #267edd

%9.87
%32.73
%57.40

CMYK Percentages of Color #267edd

%83
%43
%0
%13

Triadic Colors of #267edd

#267edd #dd267e #7edd26

Analogous Colors of #267edd

#267edd #2926dd #26dadd

Monochromatic Colors of #267edd

#267edd

Complementary Color

#267edd #dd8526

#267edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#267edd Color CSS Codes

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

#267edd Text Font Color

<p style="color:#267edd">Text here</p>

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


#267edd Background Color

<div style="background-color:#267edd">
Div content here</div>

This div background color is #267edd


#267edd Border Color

<div style="border:3px solid #267edd">
Div here</div>

This div border color is #267edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,126,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 #267edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267edd


Comments

No comments written yet.

Please login to write comment.