Color Hex Logo

#38eaef Color Hex

#38EAEF
(56,234,239)
0 Favorites   0 Comments

Color spaces of #38eaef

RGB 56234239
HSL0.500.850.58
HSV182°77°94°
CMYK 0.770.020.00   0.06
XYZ46.633765.918491.9270
Yxy65.91840.22810.3224
Hunter Lab81.1901-39.5566-10.2976
CIE-Lab84.9548-40.7921-14.9673

#38eaef color RGB value is (56,234,239).

#38eaef hex color red value is 56, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #38eaef hue: 0.50 , saturation: 0.85 and the lightness value of 38eaef is 0.58.

The process color (four color CMYK) of #38eaef color hex is 0.77, 0.02, 0.00, 0.06. Web safe color of #38eaef is #33ffff. Color #38eaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101010 11101111
Octal 70 352 357
Decimal 56 234 239
Hex 38 EA EF

RGB Percentages of Color #38eaef

%10.59
%44.23
%45.18

CMYK Percentages of Color #38eaef

%77
%2
%0
%6

Triadic Colors of #38eaef

#38eaef #ef38ea #eaef38

Analogous Colors of #38eaef

#38eaef #388fef #38ef99

Monochromatic Colors of #38eaef

#38eaef

Complementary Color

#38eaef #ef3d38

#38eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#38eaef Color CSS Codes

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

#38eaef Text Font Color

<p style="color:#38eaef">Text here</p>

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


#38eaef Background Color

<div style="background-color:#38eaef">
Div content here</div>

This div background color is #38eaef


#38eaef Border Color

<div style="border:3px solid #38eaef">
Div here</div>

This div border color is #38eaef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,234,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38eaef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38eaef;
  -webkit-box-shadow: 1px 1px 3px 2px #38eaef;
  box-shadow:         1px 1px 3px 2px #38eaef; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38eaef


Comments

No comments written yet.

Please login to write comment.