Color Hex Logo

#38efeb Color Hex

#38EFEB
(56,239,235)
0 Favorites   0 Comments

Color spaces of #38efeb

RGB 56239235
HSL0.500.850.58
HSV179°77°94°
CMYK 0.770.000.02   0.06
XYZ47.492868.571989.3298
Yxy68.57190.23120.3339
Hunter Lab82.8082-42.5395-5.9937
CIE-Lab86.2916-44.1474-10.8651

#38efeb color RGB value is (56,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 11101011
Octal 70 357 353
Decimal 56 239 235
Hex 38 EF EB

RGB Percentages of Color #38efeb

%10.57
%45.09
%44.34

CMYK Percentages of Color #38efeb

%77
%0
%2
%6

Triadic Colors of #38efeb

#38efeb #eb38ef #efeb38

Analogous Colors of #38efeb

#38efeb #3898ef #38ef90

Monochromatic Colors of #38efeb

#38efeb

Complementary Color

#38efeb #ef383c

#38efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38efeb Color CSS Codes

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

#38efeb Text Font Color

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

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


#38efeb Background Color

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

This div background color is #38efeb


#38efeb Border Color

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

This div border color is #38efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38efeb


Comments

No comments written yet.

Please login to write comment.