Color Hex Logo

#38efcb Color Hex

#38EFCB
(56,239,203)
0 Favorites   0 Comments

Color spaces of #38efcb

RGB 56239203
HSL0.470.850.58
HSV168°77°94°
CMYK 0.770.000.15   0.06
XYZ43.276966.885667.1292
Yxy66.88560.24410.3773
Hunter Lab81.7836-48.66578.5824
CIE-Lab85.4461-52.60884.6859

#38efcb color RGB value is (56,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 11001011
Octal 70 357 313
Decimal 56 239 203
Hex 38 EF CB

RGB Percentages of Color #38efcb

%11.24
%47.99
%40.76

CMYK Percentages of Color #38efcb

%77
%0
%15
%6

Triadic Colors of #38efcb

#38efcb #cb38ef #efcb38

Analogous Colors of #38efcb

#38efcb #38b8ef #38ef70

Monochromatic Colors of #38efcb

#38efcb

Complementary Color

#38efcb #ef385c

#38efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38efcb Color CSS Codes

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

#38efcb Text Font Color

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

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


#38efcb Background Color

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

This div background color is #38efcb


#38efcb Border Color

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

This div border color is #38efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38efcb


Comments

No comments written yet.

Please login to write comment.