Color Hex Logo

#238cae Color Hex

#238CAE
(35,140,174)
0 Favorites   0 Comments

Color spaces of #238cae

RGB 35140174
HSL0.540.670.41
HSV195°80°68°
CMYK 0.800.200.00   0.32
XYZ17.711222.169543.3901
Yxy22.16950.21270.2662
Hunter Lab47.0845-15.2537-21.6788
CIE-Lab54.2064-17.0258-26.1316

#238cae color RGB value is (35,140,174).

#238cae hex color red value is 35, green value is 140 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #238cae hue: 0.54 , saturation: 0.67 and the lightness value of 238cae is 0.41.

The process color (four color CMYK) of #238cae color hex is 0.80, 0.20, 0.00, 0.32. Web safe color of #238cae is #339999. Color #238cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001100 10101110
Octal 43 214 256
Decimal 35 140 174
Hex 23 8C AE

RGB Percentages of Color #238cae

%10.03
%40.11
%49.86

CMYK Percentages of Color #238cae

%80
%20
%0
%32

Triadic Colors of #238cae

#238cae #ae238c #8cae23

Analogous Colors of #238cae

#238cae #2346ae #23ae8b

Monochromatic Colors of #238cae

#238cae

Complementary Color

#238cae #ae4523

#238cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#238cae Color CSS Codes

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

#238cae Text Font Color

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

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


#238cae Background Color

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

This div background color is #238cae


#238cae Border Color

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

This div border color is #238cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238cae


Comments

No comments written yet.

Please login to write comment.