Color Hex Logo

#238edf Color Hex

#238EDF
(35,142,223)
0 Favorites   0 Comments

Color spaces of #238edf

RGB 35142223
HSL0.570.750.51
HSV206°84°87°
CMYK 0.840.360.00   0.13
XYZ23.685425.031073.3952
Yxy25.03100.19400.2050
Hunter Lab50.0310-3.0497-51.9564
CIE-Lab57.1056-0.4679-49.3166

#238edf color RGB value is (35,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001110 11011111
Octal 43 216 337
Decimal 35 142 223
Hex 23 8E DF

RGB Percentages of Color #238edf

%8.75
%35.50
%55.75

CMYK Percentages of Color #238edf

%84
%36
%0
%13

Triadic Colors of #238edf

#238edf #df238e #8edf23

Analogous Colors of #238edf

#238edf #2330df #23dfd2

Monochromatic Colors of #238edf

#238edf

Complementary Color

#238edf #df7423

#238edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#238edf Color CSS Codes

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

#238edf Text Font Color

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

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


#238edf Background Color

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

This div background color is #238edf


#238edf Border Color

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

This div border color is #238edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238edf


Comments

No comments written yet.

Please login to write comment.