Color Hex Logo

#238edd Color Hex

#238EDD
(35,142,221)
0 Favorites   0 Comments

Color spaces of #238edd

RGB 35142221
HSL0.570.730.50
HSV205°84°87°
CMYK 0.840.360.00   0.13
XYZ23.417324.923871.9832
Yxy24.92380.19460.2071
Hunter Lab49.9237-3.6391-50.5414
CIE-Lab57.0011-1.2091-48.3650

#238edd color RGB value is (35,142,221).

#238edd hex color red value is 35, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #238edd hue: 0.57 , saturation: 0.73 and the lightness value of 238edd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001110 11011101
Octal 43 216 335
Decimal 35 142 221
Hex 23 8E DD

RGB Percentages of Color #238edd

%8.79
%35.68
%55.53

CMYK Percentages of Color #238edd

%84
%36
%0
%13

Triadic Colors of #238edd

#238edd #dd238e #8edd23

Analogous Colors of #238edd

#238edd #2331dd #23ddcf

Monochromatic Colors of #238edd

#238edd

Complementary Color

#238edd #dd7223

#238edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#238edd Color CSS Codes

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

#238edd Text Font Color

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

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


#238edd Background Color

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

This div background color is #238edd


#238edd Border Color

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

This div border color is #238edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238edd


Comments

No comments written yet.

Please login to write comment.