Color Hex Logo

#238aef Color Hex

#238AEF
(35,138,239)
0 Favorites   0 Comments

Color spaces of #238aef

RGB 35138239
HSL0.580.860.54
HSV210°85°94°
CMYK 0.850.420.00   0.06
XYZ25.361624.766385.1050
Yxy24.76630.18750.1831
Hunter Lab49.76583.8770-66.5565
CIE-Lab56.84707.9007-58.6323

#238aef color RGB value is (35,138,239).

#238aef hex color red value is 35, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #238aef hue: 0.58 , saturation: 0.86 and the lightness value of 238aef is 0.54.

The process color (four color CMYK) of #238aef color hex is 0.85, 0.42, 0.00, 0.06. Web safe color of #238aef is #3399ff. Color #238aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001010 11101111
Octal 43 212 357
Decimal 35 138 239
Hex 23 8A EF

RGB Percentages of Color #238aef

%8.50
%33.50
%58.01

CMYK Percentages of Color #238aef

%85
%42
%0
%6

Triadic Colors of #238aef

#238aef #ef238a #8aef23

Analogous Colors of #238aef

#238aef #2324ef #23efee

Monochromatic Colors of #238aef

#238aef

Complementary Color

#238aef #ef8823

#238aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#238aef Color CSS Codes

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

#238aef Text Font Color

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

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


#238aef Background Color

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

This div background color is #238aef


#238aef Border Color

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

This div border color is #238aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,138,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238aef


Comments

No comments written yet.

Please login to write comment.